Skip to content

Commit

Permalink
Update cheerlights.py
Browse files Browse the repository at this point in the history
removed white space from line 20 in cheerlights
  • Loading branch information
Corteil committed Feb 28, 2023
1 parent 37ff6b8 commit f882efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropython/examples/galactic_unicorn/cheerlights.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# fill display
def draw(colour):

graphics.set_pen(colour)
graphics.clear()
gu.update(graphics)
Expand Down

0 comments on commit f882efc

Please sign in to comment.