Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ST7567 lcd displays #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jonathanmlang
Copy link

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!

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
Copy link
Owner

greiman commented Mar 1, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants