revert image_file.py changes
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
"""Image file driver for testing"""
|
||||
|
||||
# Display resolution
|
||||
EPD_WIDTH = 480
|
||||
EPD_HEIGHT = 800
|
||||
EPD_WIDTH = 800
|
||||
EPD_HEIGHT = 480
|
||||
|
||||
|
||||
class EPD:
|
||||
|
Reference in New Issue
Block a user