diff --git a/pwnagotchi/ui/hw/waveshare3.py b/pwnagotchi/ui/hw/waveshare3.py index f75ee2cf..cb9e6586 100644 --- a/pwnagotchi/ui/hw/waveshare3.py +++ b/pwnagotchi/ui/hw/waveshare3.py @@ -10,7 +10,7 @@ class WaveshareV3(DisplayImpl): self._display = None def layout(self): - fonts.setup(10, 8, 10, 25, 25, 9) + fonts.setup(10, 8, 10, 35, 25, 9) self._layout['width'] = 250 self._layout['height'] = 122 self._layout['face'] = (0, 40)