mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Added waveshare27inch as a known display
Signed-off-by: Mike van der Vrugt <mimij68@live.nl>
This commit is contained in:
@ -29,6 +29,9 @@ class Display(View):
|
||||
def is_waveshare_v2(self):
|
||||
return self._implementation.name == 'waveshare_2'
|
||||
|
||||
def is_waveshare27inch(self):
|
||||
return self._implementation.name == 'waveshare27inch'
|
||||
|
||||
def is_oledhat(self):
|
||||
return self._implementation.name == 'oledhat'
|
||||
|
||||
|
Reference in New Issue
Block a user