From 91eaa22188829b88578db424d28cb425dab24be5 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Sun, 28 Jan 2024 21:44:19 +0100 Subject: [PATCH] Fix for waveshare2in13b_V4.py implementation --- pwnagotchi/ui/hw/waveshare2in13b_V4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/ui/hw/waveshare2in13b_V4.py b/pwnagotchi/ui/hw/waveshare2in13b_V4.py index 4117624d..1b190d14 100644 --- a/pwnagotchi/ui/hw/waveshare2in13b_V4.py +++ b/pwnagotchi/ui/hw/waveshare2in13b_V4.py @@ -7,7 +7,7 @@ from PIL import Image class Waveshare213bV4(DisplayImpl): def __init__(self, config): - super(Waveshare213bV4, self).__init__(config, 'waveshare213inb_v4') + super(Waveshare213bV4, self).__init__(config, 'waveshare2in13b_v4') def layout(self): if self.config['color'] == 'black':