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':