From 2e849ad04366e88ede232efc352de7fcaf45a0c3 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Wed, 29 Nov 2023 16:01:36 +0100 Subject: [PATCH] 2.5.6 Signed-off-by: Jeroen Oudshoorn --- pwnagotchi/ui/display.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwnagotchi/ui/display.py b/pwnagotchi/ui/display.py index 6c6a09c3..db447a6a 100644 --- a/pwnagotchi/ui/display.py +++ b/pwnagotchi/ui/display.py @@ -46,8 +46,8 @@ class Display(View): def is_waveshare27inch(self): return self._implementation.name == 'waveshare27inch' - def is_waveshare27inchv2(self): - return self._implementation.name == 'waveshare27inchv2' + def is_waveshare27inchV2(self): + return self._implementation.name == 'waveshare27inchV2' def is_waveshare29inch(self): return self._implementation.name == 'waveshare29inch'