From 2a1c1e464fdf19a464fa8b7554f84eb70cfcca2b Mon Sep 17 00:00:00 2001 From: Gee Bartlett <122281230+ageeandakeyboard@users.noreply.github.com> Date: Mon, 30 Jan 2023 10:48:04 +0000 Subject: [PATCH] moved text size and placement --- micropython/examples/interstate75/buttons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()