From 03cc2a55644e4d86a94f2ed887ced891c3a3dd22 Mon Sep 17 00:00:00 2001 From: Rai <58925163+rai68@users.noreply.github.com> Date: Fri, 5 Jan 2024 05:47:34 +1000 Subject: [PATCH] Update waveshare2in7_V2.py Signed-off-by: Rai <58925163+rai68@users.noreply.github.com> --- pwnagotchi/ui/hw/waveshare2in7_V2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwnagotchi/ui/hw/waveshare2in7_V2.py b/pwnagotchi/ui/hw/waveshare2in7_V2.py index 472907f33..20b07a669 100644 --- a/pwnagotchi/ui/hw/waveshare2in7_V2.py +++ b/pwnagotchi/ui/hw/waveshare2in7_V2.py @@ -42,8 +42,8 @@ def initialize(self): def render(self, canvas): buf = self._display.getbuffer(canvas) - self._display.display(buf) + self._display.display_Partial(buf,0,0,176,264) def clear(self): # This line also removes the 0xFF - self._display.Clear() \ No newline at end of file + self._display.Clear()