Added 2.9 inch Waveshare E-Ink display
This commit is contained in:
parent
8c22b1d6f1
commit
ed0df18f68
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user