From e878e05485a3403ac23f35af1ac3d57648773c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20=C3=96rn=20Sigur=C3=B0sson?= Date: Wed, 6 Jul 2022 10:01:56 +0200 Subject: [PATCH] Fix font size in Waveshare3 to increase face size As suggested from https://old.reddit.com/r/pwnagotchi/comments/u4q18m/how_to_fix_the_small_face_issue_with_waveshare_v3/ by /u/You_Can_Crime Co-authored-by: voidlily --- pwnagotchi/ui/hw/waveshare3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)