fix some bugs

This commit is contained in:
dadav
2020-04-02 22:59:51 +02:00
parent 0dedd0974f
commit 58bbae89c2
10 changed files with 18 additions and 19 deletions

View File

@ -26,7 +26,7 @@ class Waveshare29inch(DisplayImpl):
self._layout['mode'] = (268, 114)
self._layout['status'] = {
'pos': (130, 25),
'font': fonts.status_font(fonts.Medium)
'font': fonts.status_font(fonts.Medium),
'max': 28
}
return self._layout