image_file driver: comply with inky being portrait by default

This commit is contained in:
mrbwburns 2024-01-20 15:01:44 +01:00
parent 641a032779
commit 7ab512d5c8

View File

@ -1,8 +1,8 @@
"""Image file driver for testing"""
# Display resolution
EPD_WIDTH = 800
EPD_HEIGHT = 480
EPD_WIDTH = 480
EPD_HEIGHT = 800
class EPD: