Closed devansoliman closed 2 months ago
luma.oled.device.ssd1306 library uses the 128x64 version instead of 128x32
luma.oled.device.ssd1306
Fix: change height=64 parameter to height=32 in class ssd1306(device).__init__ in /usr/lib/python3/dist-packages/luma/oled/device/__init__.py.
height=64
height=32
class ssd1306(device).__init__
/usr/lib/python3/dist-packages/luma/oled/device/__init__.py
luma.oled.device.ssd1306
library uses the 128x64 version instead of 128x32