From f882efc90197218e6c9b6166398abf016ed6a451 Mon Sep 17 00:00:00 2001 From: Brian Corteil Date: Tue, 28 Feb 2023 23:39:35 +0000 Subject: [PATCH] Update cheerlights.py removed white space from line 20 in cheerlights --- micropython/examples/galactic_unicorn/cheerlights.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micropython/examples/galactic_unicorn/cheerlights.py b/micropython/examples/galactic_unicorn/cheerlights.py index 4e9ed632a..62a06eebc 100644 --- a/micropython/examples/galactic_unicorn/cheerlights.py +++ b/micropython/examples/galactic_unicorn/cheerlights.py @@ -17,7 +17,7 @@ # fill display def draw(colour): - + graphics.set_pen(colour) graphics.clear() gu.update(graphics)