greiman / SSD1306Ascii

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

Add support for ST7567 lcd displays #102

Open jonathanmlang opened 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!

greiman commented 1 year ago

I will add this in a future release. I limit the number of releases since the Arduino Library Manager nags users to update libraries.