Added 2.9 inch Waveshare E-Ink display
This commit is contained in:
@ -33,6 +33,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