revert image_file.py changes
This commit is contained in:
parent
6d660f48c3
commit
e7741ef955
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user