change small font size

This commit is contained in:
jayofelony
2024-03-04 16:00:31 +01:00
parent 2149c5dbdf
commit 6691257036
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ class WaveshareV1(DisplayImpl):
super(WaveshareV1, self).__init__(config, 'waveshare_1')
def layout(self):
fonts.setup(10, 9, 10, 35, 25, 9)
fonts.setup(10, 8, 10, 35, 25, 9)
self._layout['width'] = 250
self._layout['height'] = 122
self._layout['face'] = (0, 40)

View File

@ -9,7 +9,7 @@ class WaveshareV2(DisplayImpl):
super(WaveshareV2, self).__init__(config, 'waveshare_2')
def layout(self):
fonts.setup(10, 9, 10, 35, 25, 9)
fonts.setup(10, 8, 10, 35, 25, 9)
self._layout['width'] = 250
self._layout['height'] = 122
self._layout['face'] = (0, 40)