Cosmic: update clock example

This commit is contained in:
Hel Gibbons 2023-02-27 15:08:26 +00:00
parent 7b8b2796ed
commit 3459cc5f62
1 changed files with 1 additions and 1 deletions

View File

@ -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)