You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ]
The text was updated successfully, but these errors were encountered:
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 ]
The text was updated successfully, but these errors were encountered: