changed title colours

patch/inky-launcher-57-update
thirdr 2023-01-05 14:56:16 +00:00
rodzic 14af0fd646
commit 97f2232e07
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -35,9 +35,9 @@ def launcher():
graphics.clear()
graphics.set_pen(0)
graphics.set_pen(0)
graphics.rectangle(0, 0, WIDTH, 50)
graphics.set_pen(5)
graphics.rectangle(0, 0, WIDTH, 50)
graphics.set_pen(0)
len = graphics.measure_text("Launcher", 4) // 2
graphics.text("Launcher", (WIDTH // 2 - len), 10, WIDTH, 4)