From ae351e5e9c56d634a08f77800194caa0bd2a2969 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Thu, 15 Feb 2024 09:54:49 +0100 Subject: [PATCH] update waveshare3in0g.py --- pwnagotchi/ui/hw/waveshare3in0g.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwnagotchi/ui/hw/waveshare3in0g.py b/pwnagotchi/ui/hw/waveshare3in0g.py index 46c40f3b..bc708b37 100644 --- a/pwnagotchi/ui/hw/waveshare3in0g.py +++ b/pwnagotchi/ui/hw/waveshare3in0g.py @@ -10,8 +10,8 @@ class Waveshare3in0g(DisplayImpl): def layout(self): fonts.setup(10, 8, 10, 18, 25, 9) - self._layout['width'] = 168 - self._layout['height'] = 400 + self._layout['width'] = 400 + self._layout['height'] = 168 self._layout['face'] = (0, 43) self._layout['name'] = (0, 14) self._layout['channel'] = (0, 0)