From 826684b1fc8b176648ec1f071c1f85e7df6d6498 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Wed, 29 Nov 2023 16:02:54 +0100 Subject: [PATCH] 2.5.6 Signed-off-by: Jeroen Oudshoorn --- pwnagotchi/ui/display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/ui/display.py b/pwnagotchi/ui/display.py index db447a6a..dc65bfe9 100644 --- a/pwnagotchi/ui/display.py +++ b/pwnagotchi/ui/display.py @@ -47,7 +47,7 @@ class Display(View): return self._implementation.name == 'waveshare27inch' def is_waveshare27inchV2(self): - return self._implementation.name == 'waveshare27inchV2' + return self._implementation.name == 'waveshare27inchv2' def is_waveshare29inch(self): return self._implementation.name == 'waveshare29inch'