Best practices & code cleanup
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
"""Image file driver for testing"""
|
||||
|
||||
# Display resolution
|
||||
EPD_WIDTH = 800
|
||||
EPD_HEIGHT = 480
|
||||
EPD_WIDTH = 800
|
||||
EPD_HEIGHT = 480
|
||||
|
||||
|
||||
class EPD:
|
||||
def init(self):
|
||||
|
Reference in New Issue
Block a user