summaryrefslogtreecommitdiffstats
path: root/Python/Sense HAT/funny-smiley.py
diff options
context:
space:
mode:
Diffstat (limited to 'Python/Sense HAT/funny-smiley.py')
-rw-r--r--Python/Sense HAT/funny-smiley.py2
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)