Skip to content

Commit c0e0ed5

Browse files
committed
Fix comment
1 parent 4d02b3c commit c0e0ed5

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

  • CircuitPython_Scrolling_Clouds

CircuitPython_Scrolling_Clouds/code.py

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
"""
2-
This test will initialize the display using displayio and draw a solid green
3-
background, a smaller purple rectangle, and some yellow text.
2+
Continuously scroll randomly generated Mario style clouds.
3+
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.
414
"""
515

616
import time

0 commit comments

Comments
 (0)