adafruit / Adafruit_SSD1306

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

Screen variety 72*40 added #252

Closed mathertel closed 1 year ago

mathertel commented 1 year ago

The SSD1606 supports a display size of 72*40 pixel that can be found on some micro ESP32-C3 boards and as standalone displays. Now the library initializes this variant and applies the column shift as defined in the manuals.

No interface changed.

mathertel commented 1 year ago

Revoked pull request as there was no activity from Adafruit. Let me know when you need further help.