From 1d674be564fb2b3069b70f5dfce1999b5cf8275b Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Wed, 29 Nov 2023 16:04:07 +0100 Subject: [PATCH] 2.5.6 Signed-off-by: Jeroen Oudshoorn --- pwnagotchi/ui/hw/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/ui/hw/__init__.py b/pwnagotchi/ui/hw/__init__.py index e6cae5c7..8ca0f548 100644 --- a/pwnagotchi/ui/hw/__init__.py +++ b/pwnagotchi/ui/hw/__init__.py @@ -9,7 +9,7 @@ from pwnagotchi.ui.hw.waveshare2 import WaveshareV2 from pwnagotchi.ui.hw.waveshare3 import WaveshareV3 from pwnagotchi.ui.hw.waveshare4 import WaveshareV4 from pwnagotchi.ui.hw.waveshare27inch import Waveshare27inch -from pwnagotchi.ui.hw.waveshare27inchV2 import Waveshare27inchV2 +from pwnagotchi.ui.hw.waveshare27inchv2 import Waveshare27inchV2 from pwnagotchi.ui.hw.waveshare29inch import Waveshare29inch from pwnagotchi.ui.hw.waveshare144lcd import Waveshare144lcd from pwnagotchi.ui.hw.waveshare154inch import Waveshare154inch