moved text size and placement
This commit is contained in:
parent
58ee3b1e97
commit
2a1c1e464f
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue