summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-02-15 11:42:26 +0100
committerThomas Lange <code@nerdmind.de>2017-02-15 11:42:26 +0100
commit4300d0c0e064e478f65460fd462fd16e5a607d97 (patch)
tree59ecb4014abd3bcd1b8ea14691e8003fd97ae31a
parente53682c593e9218a779c1a6bb96072c913b77f24 (diff)
downloadsnippets-4300d0c0e064e478f65460fd462fd16e5a607d97.tar.gz
snippets-4300d0c0e064e478f65460fd462fd16e5a607d97.tar.xz
snippets-4300d0c0e064e478f65460fd462fd16e5a607d97.zip
Initial commit (mistake fixed).
-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)