added 213bc support

This commit is contained in:
mohesh.mohan
2019-12-11 23:08:29 +04:00
parent e0a66f5c99
commit 6117235c52
4 changed files with 365 additions and 0 deletions

View File

@ -61,6 +61,9 @@ class Display(View):
def is_waveshare213d(self):
return self._implementation.name == 'waveshare213d'
def is_waveshare213bc(self):
return self._implementation.name == 'waveshare213bc'
def is_spotpear24inch(self):
return self._implementation.name == 'spotpear24inch'