diff --git a/micropython/examples/interstate75/buttons.py b/micropython/examples/interstate75/buttons.py index 40d64350..4f2ae996 100644 --- a/micropython/examples/interstate75/buttons.py +++ b/micropython/examples/interstate75/buttons.py @@ -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()