support for inky 7

inkyframe7-launch
thirdr 2023-02-07 09:56:08 +00:00
rodzic 44cc9d6e5e
commit 1fe071b713
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -63,6 +63,12 @@ def draw():
y = 10
line_space = 70
letter_space = 40
elif WIDTH == 800:
default_x = 5
x = default_x
y = 70
line_space = 60
letter_space = 50
else: # Inky Frame 5.7"
default_x = 20
x = default_x