greiman / SSD1306Ascii

Text only Arduino Library for SSD1306 OLED displays
MIT License
500 stars 122 forks source link

Add support for ST7567 lcd displays #101

Closed jonathanmlang closed 1 year ago

jonathanmlang commented 1 year ago

These displays can be obtained very cheaply on places like aliexpress and ebay and use a similar addressing method to the SSD1306. Always wanted to use this library with them so I added an initialization script for it.

How to use it:

oled.begin(&ST7567_128x64, 0x3F);

Everything just works!

The exact display im using: https://www.aliexpress.com/item/1005004237282931.html