dhrone / pydPiper

A general purpose program to display song metadata on LCD and OLED devices
MIT License
78 stars 36 forks source link

128x32 SSD1306 display settings #117

Open RainyMaan opened 3 years ago

RainyMaan commented 3 years ago

Hello everybody!

Does anyone knows what I have to modify on the pages_ssd1306.py to work properly with 128x32 OLED display? This page settings work perfect with 128x64 SSD1306 OLED, but with 128x32 fill only a half of screen, with modified hight of letters. When I use sudo ./install_volumio.sh and set the height of OLED to 32 the OLED 128x32 does not display anything. When I use sudo ./install_volumio.sh and set the height of OLED to 64 the OLED 128x32 display only upper half of screen with flattened letters. I use pages_ssd1306.py for display configuration.

Can anybody help me? What settings I have to modify?

Thanks in advance!