We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d02b3c commit c0e0ed5Copy full SHA for c0e0ed5
1 file changed
CircuitPython_Scrolling_Clouds/code.py
@@ -1,6 +1,16 @@
1
"""
2
-This test will initialize the display using displayio and draw a solid green
3
-background, a smaller purple rectangle, and some yellow text.
+Continuously scroll randomly generated Mario style clouds.
+Designed fr an ItsyBitsy M4 Express and a 1.3" 240x240 TFT
4
+
5
+Adafruit invests time and resources providing this open source code.
6
+Please support Adafruit and open source hardware by purchasing
7
+products from Adafruit!
8
9
+Written by Dave Astels for Adafruit Industries
10
+Copyright (c) 2019 Adafruit Industries
11
+Licensed under the MIT license.
12
13
+All text above must be included in any redistribution.
14
15
16
import time
0 commit comments