adafruit / Adafruit_SSD1306

Arduino library for SSD1306 monochrome 128x64 and 128x32 OLEDs
http://www.adafruit.com/category/63_98
Other
1.78k stars 976 forks source link

Allow for quick updates to screen #228

Open amanatides opened 2 years ago

amanatides commented 2 years ago

Changing a small portion of the screen can take a long time as the whole buffer needs to be resent to the display. This new method allows for quick local updates. In concert with ssd1306_command() which one can use to set the row and column registers, one can quickly write anywhere onto the screen.