mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Added 2.9 inch Waveshare E-Ink display
This commit is contained in:
@ -32,6 +32,9 @@ class Display(View):
|
|||||||
|
|
||||||
def is_waveshare27inch(self):
|
def is_waveshare27inch(self):
|
||||||
return self._implementation.name == 'waveshare27inch'
|
return self._implementation.name == 'waveshare27inch'
|
||||||
|
|
||||||
|
def is_waveshare29inch(self):
|
||||||
|
return self._implementation.name == 'waveshare29inch'
|
||||||
|
|
||||||
def is_oledhat(self):
|
def is_oledhat(self):
|
||||||
return self._implementation.name == 'oledhat'
|
return self._implementation.name == 'oledhat'
|
||||||
|
Reference in New Issue
Block a user