Small final edit

This commit is contained in:
Jeroen Oudshoorn
2024-12-09 20:18:30 +01:00
parent f29c0e08df
commit 3ccfbbc940
3 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,7 @@ class DummyDisplay(DisplayImpl):
self._layout['friend_name'] = (int(width/12), int(height/10))
self._layout['shakes'] = (0, height-int(height/25))
self._layout['mode'] = (width-int(width/8), height - int (height/25))
lw, lh = fonts.Small.getsize("W")
lw, lh = fonts.Small.getbbox("W")
self._layout['status'] = {
'pos': (int(width/48), int(height/3)),
'font': fonts.status_font(fonts.Small),