Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
976 stars 229 forks source link

OLED sh1106 support #249

Open DaTTcz opened 5 years ago

DaTTcz commented 5 years ago

I have OLED with SH1106 driver. I read then SH1106 has a 132 x 64 bit RAM array that maps onto the same 128 x 64 pixel display, so there are an extra 4 bits of RAM per row that aren’t used. How to modify code to support SH1106 ? Or please add support this model of OLED driver like another type of display. Thank you.

Edzelf commented 5 years ago

Send me an OLED of that type, so I can make a driver.