Skip to content

Commit

Permalink
Stellar: adjust html text example
Browse files Browse the repository at this point in the history
  • Loading branch information
helgibbons committed Jul 2, 2023
1 parent 6afdfef commit 130685e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 130685e

Please sign in to comment.