more fonts

This commit is contained in:
dadav
2020-04-02 19:06:28 +02:00
parent 54ffbbcb0b
commit 305f837486
18 changed files with 50 additions and 30 deletions

View File

@ -10,7 +10,7 @@ class LcdHat(DisplayImpl):
self._display = None
def layout(self):
fonts.setup(10, 9, 10, 35)
fonts.setup(10, 9, 10, 35, 25, 9)
self._layout['width'] = 240
self._layout['height'] = 240
self._layout['face'] = (0, 40)