diff --git a/pwnagotchi/ui/display.py b/pwnagotchi/ui/display.py index c057922..da37322 100644 --- a/pwnagotchi/ui/display.py +++ b/pwnagotchi/ui/display.py @@ -32,6 +32,9 @@ class Display(View): def is_waveshare27inch(self): return self._implementation.name == 'waveshare27inch' + + def is_waveshare29inch(self): + return self._implementation.name == 'waveshare29inch' def is_oledhat(self): return self._implementation.name == 'oledhat'