From c3ead8462d20141c8c4360e5c63b2c00f1ffd242 Mon Sep 17 00:00:00 2001 From: makerph Date: Thu, 11 Aug 2022 21:05:44 +0800 Subject: [PATCH] Update __init__.py fix missing lines --- pwnagotchi/ui/hw/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pwnagotchi/ui/hw/__init__.py b/pwnagotchi/ui/hw/__init__.py index 5f856f67..f5ffe6f8 100644 --- a/pwnagotchi/ui/hw/__init__.py +++ b/pwnagotchi/ui/hw/__init__.py @@ -15,6 +15,7 @@ from pwnagotchi.ui.hw.waveshare213d import Waveshare213d from pwnagotchi.ui.hw.waveshare213bc import Waveshare213bc from pwnagotchi.ui.hw.waveshare35lcd import Waveshare35lcd from pwnagotchi.ui.hw.spotpear24inch import Spotpear24inch +from pwnagotchi.ui.hw.displayhatmini import DisplayHatMini def display_for(config): # config has been normalized already in utils.load_config