From b3d8a4420885b8079c4d43101626b7642fd4c2ec Mon Sep 17 00:00:00 2001 From: Chris Kerins Date: Mon, 5 Feb 2024 20:14:18 -0500 Subject: [PATCH] Update waveshare3in52.py Signed-off-by: Chris Kerins --- pwnagotchi/ui/hw/waveshare3in52.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pwnagotchi/ui/hw/waveshare3in52.py b/pwnagotchi/ui/hw/waveshare3in52.py index 95120fc6..3489728a 100644 --- a/pwnagotchi/ui/hw/waveshare3in52.py +++ b/pwnagotchi/ui/hw/waveshare3in52.py @@ -38,11 +38,10 @@ class Waveshare3in52(DisplayImpl): self._display.Clear() def render(self, canvas): - self._display.Clear() buf = self._display.getbuffer(canvas) self._display.display(buf) self._display.refresh() def clear(self): - self._display.Clear() \ No newline at end of file + self._display.Clear()