Code cleanup, adapting modules for new web-ui
This commit is contained in:
@@ -27,8 +27,6 @@ class Display:
|
||||
driver = import_module(driver_path)
|
||||
self._epaper = driver.EPD()
|
||||
self.model_name = epaper_model
|
||||
#self.height = driver.EPD_HEIGHT
|
||||
#self.width = driver.EPD_WIDTH
|
||||
|
||||
except ImportError:
|
||||
raise Exception('This module is not supported. Check your spellings?')
|
||||
|
@@ -1 +1 @@
|
||||
1
|
||||
0
|
||||
|
Reference in New Issue
Block a user