From 6691257036e0dc34fe0b7f37b3a97cca8159d081 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Mon, 4 Mar 2024 16:00:31 +0100 Subject: [PATCH] change small font size --- pwnagotchi/ui/hw/waveshare2in13.py | 2 +- pwnagotchi/ui/hw/waveshare2in13_V2.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)