mackieks / MaplePad

🍁 Dreamcast controller emulator using RP2040. Supports 8-page memory card, SPI/I2C OLED for VMU LCD, and rumble.
Creative Commons Attribution 4.0 International
208 stars 12 forks source link

OLED display sh1106 support #22

Open psxrester opened 11 months ago

psxrester commented 11 months ago

Could be possible support OLED display sh1106 driver?

mackieks commented 11 months ago

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.

kaduleite commented 10 months ago

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 commented 8 months ago

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?