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

OLED display sh1106 support #22

Open
psxrester opened this issue Dec 13, 2023 · 3 comments
Open

OLED display sh1106 support #22

psxrester opened this issue Dec 13, 2023 · 3 comments
Assignees

Comments

@psxrester
Copy link

Could be possible support OLED display sh1106 driver?

@mackieks
Copy link
Owner

Hi! Yes, it's easy to add support for new OLEDs because the display.c functions are all abstracted, and the SH1106 is extremely similar to the SSD1306. I could add SH1106 support in a few days, but it's not a priority right now. I might get to it next year.

@mackieks mackieks self-assigned this Dec 14, 2023
@kaduleite
Copy link

I really loved to know about that. I got a display from Aliexpress ( https://pt.aliexpress.com/item/1005006018476472.html?spm=a2g0o.order_list.order_list_main.77.713acaa4PDW60w&gatewayAdapt=glo2bra ) that says compatible to SSD1306 and I really like to use it because of its big size.
I've been hoping that it was plug and play compatible. My wiring are ok, I tested with other display and it works fine, but the new one only display trash.
So I really thank you if you add support for it.

@kaduleite
Copy link

Hi! Yes, it's easy to add support for new OLEDs because the display.c functions are all abstracted, and the SH1106 is extremely similar to the SSD1306. I could add SH1106 support in a few days, but it's not a priority right now. I might get to it next year.

Any news?

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

No branches or pull requests

3 participants