diff --git a/pwnagotchi/ui/hw/waveshare2in13.py b/pwnagotchi/ui/hw/waveshare2in13.py index c142aa4a..b720b555 100644 --- a/pwnagotchi/ui/hw/waveshare2in13.py +++ b/pwnagotchi/ui/hw/waveshare2in13.py @@ -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) diff --git a/pwnagotchi/ui/hw/waveshare2in13_V2.py b/pwnagotchi/ui/hw/waveshare2in13_V2.py index 8c56b12a..48042746 100644 --- a/pwnagotchi/ui/hw/waveshare2in13_V2.py +++ b/pwnagotchi/ui/hw/waveshare2in13_V2.py @@ -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)