From 130685eeebce47191fe4ba24c12ef2faa249516a Mon Sep 17 00:00:00 2001 From: helgibbons <50950368+helgibbons@users.noreply.github.com> Date: Sun, 2 Jul 2023 15:14:25 +0100 Subject: [PATCH] Stellar: adjust html text example --- micropython/examples/stellar_unicorn/http_text/html_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micropython/examples/stellar_unicorn/http_text/html_text.py b/micropython/examples/stellar_unicorn/http_text/html_text.py index dfd186af..33b08431 100644 --- a/micropython/examples/stellar_unicorn/http_text/html_text.py +++ b/micropython/examples/stellar_unicorn/http_text/html_text.py @@ -173,7 +173,7 @@ async def message_update(): graphics.set_pen(graphics.create_pen(int(BACKGROUND_COLOUR[0]), int(BACKGROUND_COLOUR[1]), int(BACKGROUND_COLOUR[2]))) graphics.clear() - outline_text(MESSAGE, x=PADDING - shift, y=11) + outline_text(MESSAGE, x=PADDING - shift, y=4) # update the display su.update(graphics)