diff options
author | Thomas Lange <code@nerdmind.de> | 2017-02-15 11:42:26 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-02-15 11:42:26 +0100 |
commit | 4300d0c0e064e478f65460fd462fd16e5a607d97 (patch) | |
tree | 59ecb4014abd3bcd1b8ea14691e8003fd97ae31a | |
parent | e53682c593e9218a779c1a6bb96072c913b77f24 (diff) | |
download | snippets-4300d0c0e064e478f65460fd462fd16e5a607d97.tar.gz snippets-4300d0c0e064e478f65460fd462fd16e5a607d97.tar.xz snippets-4300d0c0e064e478f65460fd462fd16e5a607d97.zip |
Initial commit (mistake fixed).
-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) |