letscontrolit / ESPEasy

Easy MultiSensor device based on ESP8266/ESP32
http://www.espeasy.com
Other
3.26k stars 2.21k forks source link

[FR] add OLED display support for sh1107 128x128px #5032

Open Urvater opened 5 months ago

Urvater commented 5 months ago

Please add sh1107 OLED displays with 128x128 pixels to the supported displays.

at the moment only sh1106 displays with max. 128x64 are suported. when connecting a sh1107 display only parts of the display are used, other parts show static patern.

tonhuisman commented 5 months ago

Hmm, if we're adding this type of display, we should also add the SSD1327 128x128 display, that's probably obtainable at the same price point as these SH1107 displays.

TD-er commented 5 months ago

Maybe make it ESP32-only when adding to the OLED Framed plugin as especially the "display" build for ESP8266 is already only a few bytes away from no longer fitting.