diff options
-rw-r--r-- | Python/Sense HAT/funny-smiley.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/Sense HAT/funny-smiley.py b/Python/Sense HAT/funny-smiley.py index 0a0782c..bd8e0b4 100644 --- a/Python/Sense HAT/funny-smiley.py +++ b/Python/Sense HAT/funny-smiley.py @@ -91,7 +91,7 @@ BackgroundThread.daemon = True BackgroundThread.start() #=============================================================================== -# Run updateDisplayRotation() in the background +# Change the smileys face after a random period of time #=============================================================================== while True: SenseHat.set_pixels(image_a) |