add image file to supported model

This commit is contained in:
Ace 2024-03-10 03:30:07 +01:00 committed by GitHub
parent 650ff3863c
commit 5f132828eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,5 +15,6 @@ supported_models = {
'epd_4_in_2': (400, 300),
'7_in_8': (1872, 1404),
'epd_7_in_5_v3_colour': (880, 528),
'epd_5_in_83': (600, 448)
'epd_5_in_83': (600, 448),
'image_file': (800, 480)
}