update waveshare3in0g.py

This commit is contained in:
Jeroen Oudshoorn
2024-02-15 09:54:49 +01:00
parent fa58136c0e
commit ae351e5e9c

View File

@ -10,8 +10,8 @@ class Waveshare3in0g(DisplayImpl):
def layout(self): def layout(self):
fonts.setup(10, 8, 10, 18, 25, 9) fonts.setup(10, 8, 10, 18, 25, 9)
self._layout['width'] = 168 self._layout['width'] = 400
self._layout['height'] = 400 self._layout['height'] = 168
self._layout['face'] = (0, 43) self._layout['face'] = (0, 43)
self._layout['name'] = (0, 14) self._layout['name'] = (0, 14)
self._layout['channel'] = (0, 0) self._layout['channel'] = (0, 0)