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
RE: Adafruit_SSD1306.cpp
A bug the in source code of the Adafruit_SSD1306 class in the display() method on line 1000
While attempting to set the page range an invalid page end value of 0xFF is used.
This does not create problems while the memory access mode is Horizontal, but creates big problems when operating in Vertical memory access mode. A proper end page value must be used in this case.
-moeur
The text was updated successfully, but these errors were encountered:
RE: Adafruit_SSD1306.cpp
A bug the in source code of the Adafruit_SSD1306 class in the display() method on line 1000
While attempting to set the page range an invalid page end value of 0xFF is used.
This does not create problems while the memory access mode is Horizontal, but creates big problems when operating in Vertical memory access mode. A proper end page value must be used in this case.
-moeur
The text was updated successfully, but these errors were encountered: