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