From 3459cc5f62ac5bae4620e3628ccf6debd217bcf5 Mon Sep 17 00:00:00 2001 From: Hel Gibbons Date: Mon, 27 Feb 2023 15:08:26 +0000 Subject: [PATCH] Cosmic: update clock example --- micropython/examples/cosmic_unicorn/clock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micropython/examples/cosmic_unicorn/clock.py b/micropython/examples/cosmic_unicorn/clock.py index 994a8739..80a8173f 100644 --- a/micropython/examples/cosmic_unicorn/clock.py +++ b/micropython/examples/cosmic_unicorn/clock.py @@ -37,7 +37,7 @@ MIDDAY_VALUE = 0.8 MIDNIGHT_VALUE = 0.3 -# create galactic object and graphics surface for drawing +# create cosmic object and graphics surface for drawing gu = CosmicUnicorn() graphics = PicoGraphics(DISPLAY)