devansoliman / ActionPi

Raspberry Pi-based action cameras.
3 stars 0 forks source link

text compression #8

Closed devansoliman closed 2 months ago

devansoliman commented 2 months ago

luma.oled.device.ssd1306 library uses the 128x64 version instead of 128x32

devansoliman commented 2 months ago

Fix: change height=64 parameter to height=32 in class ssd1306(device).__init__ in /usr/lib/python3/dist-packages/luma/oled/device/__init__.py.