From ae252fbc6ef1f65152529d154caad01652025b86 Mon Sep 17 00:00:00 2001 From: ZodiusInfuser Date: Tue, 30 May 2023 10:24:28 +0100 Subject: [PATCH] Removed comma in *Unicorn readme code --- micropython/modules/cosmic_unicorn/README.md | 2 +- micropython/modules/galactic_unicorn/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/micropython/modules/cosmic_unicorn/README.md b/micropython/modules/cosmic_unicorn/README.md index 2514d8cc..1a703e9d 100644 --- a/micropython/modules/cosmic_unicorn/README.md +++ b/micropython/modules/cosmic_unicorn/README.md @@ -82,7 +82,7 @@ while True: # draw the text graphics.set_pen(YELLOW) - graphics.text(MESSAGE, round(0 - scroll), 2, -1, 0.55); + graphics.text(MESSAGE, round(0 - scroll), 2, -1, 0.55) # update the display cu.update(graphics) diff --git a/micropython/modules/galactic_unicorn/README.md b/micropython/modules/galactic_unicorn/README.md index 383d75e7..a7d94c16 100644 --- a/micropython/modules/galactic_unicorn/README.md +++ b/micropython/modules/galactic_unicorn/README.md @@ -82,7 +82,7 @@ while True: # draw the text graphics.set_pen(YELLOW) - graphics.text(MESSAGE, round(0 - scroll), 2, -1, 0.55); + graphics.text(MESSAGE, round(0 - scroll), 2, -1, 0.55) # update the display gu.update(graphics)