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 SSD1306 i2c Oled Display 128*64 #1257

Open
erajtob opened this issue Oct 13, 2024 · 0 comments
Open

Add support for SSD1306 i2c Oled Display 128*64 #1257

erajtob opened this issue Oct 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@erajtob
Copy link

erajtob commented Oct 13, 2024

Is your feature request related to a problem? Please describe.
Currently there's no support for the SSD1306(popularly known as the Adafruit Monochrome Oled 0.96"") which is a very accessible and cheap display, lots of hobbyist have it handy already, due to the countless unofficial ones flooding around in the market.

Describe the solution you'd like
I'm creating this issue as a requirement to open a PR to merge the display port I've written.

Describe alternatives you've considered
Initially like many I too had thought that the Waveshare driver for SH1106 would work with this display, however after many moons of trying and research I found that there are some key differences between how the two displays operate at a low level, thus the SH1106 driver doesn't work for the SSD1306.

Additional context
I've been using the port for over a year, but a recent issue had made want to clean up my code and create a PR. Ref [ #1256 ]

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

No branches or pull requests

1 participant