You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume that the example code given on README.rst should be considered a "smoke test" or "hello world" program to enable the user to check that his/her display can be addressed and is basically working.
That said, with executing display.fill(0) it draws a black background on my black display. I didn't see any change at all.
I suggest to change this to display.fill(1) so it draws some other "color" than black on the display. At least this works for my SSD1306 OLED display.
Does that make sense?
The text was updated successfully, but these errors were encountered:
As discussed in issue adafruit#50, the readme example code only blanks the
screen. To make it match the examples and actually display something,
I've updated it to be identical to the `simpletest` example which it
looks to have been drawn from.
I assume that the example code given on README.rst should be considered a "smoke test" or "hello world" program to enable the user to check that his/her display can be addressed and is basically working.
That said, with executing
display.fill(0)
it draws a black background on my black display. I didn't see any change at all.I suggest to change this to
display.fill(1)
so it draws some other "color" than black on the display. At least this works for my SSD1306 OLED display.Does that make sense?
The text was updated successfully, but these errors were encountered: