From b9531c60a226ad5649bb1437dec94bf78d4dd68a Mon Sep 17 00:00:00 2001 From: Rai <58925163+rai68@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:07:40 +1000 Subject: [PATCH] adds v3 and v4 to waveshare 2in3 is any Signed-off-by: Rai <58925163+rai68@users.noreply.github.com> --- 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 cc749a46..15f03553 100644 --- a/pwnagotchi/ui/display.py +++ b/pwnagotchi/ui/display.py @@ -282,7 +282,7 @@ class Display(View): return self._implementation.name == 'adafruit2in13_v3' def is_waveshare_any(self): - return self.is_waveshare_v1() or self.is_waveshare_v2() + return self.is_waveshare_v1() or self.is_waveshare_v2() or self.is_waveshare_v4() or self.is_waveshare_v3 def init_display(self): if self._enabled: