mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
fix some bugs
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user