ThingPulse / esp8266-oled-ssd1306

Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
https://thingpulse.com
Other
1.98k stars 636 forks source link

Wemos D1 mini oled shield support #312

Closed tokra closed 3 years ago

tokra commented 3 years ago

Is this lib supporting 64x48 oled ?

When i used this lib: display.getWidth() gives me 128, display.getHeight() 64. Display works but it prints out of bounds. It needs 64x48 setting.

https://docs.wemos.cc/en/latest/d1_mini_shiled/oled_0_66.html

marcelstoer commented 3 years ago

See #198

tokra commented 3 years ago

@marcelstoer thx, I just saw PR wasnt merged, and was closed. so Im using his repo for now.

rin67630 commented 3 years ago

Issue solved, thank you!