moved text size and placement

patch/i75-userbutton
Gee Bartlett 2023-01-30 10:48:04 +00:00 zatwierdzone przez Phil Howard
rodzic 58ee3b1e97
commit 2a1c1e464f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -42,7 +42,7 @@ def display_boot():
graphics.set_pen(BOOT_COLOR)
graphics.clear()
graphics.set_pen(BOOT_TEXT)
graphics.text("BOOT", 0, 6, False, 3)
graphics.text("BOOT", 5, 11, False, 1)
i75.update()