This commit is contained in:
Dan Halbert 2018-07-07 10:47:58 -04:00
parent 7b699f4768
commit 1234b791f3
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,7 @@
from adafruit_circuitplayground.express import cpx
import time
from adafruit_circuitplayground.express import cpx
# Red, green, blue, and simple mixes of 2 or 3.
# Add your own choices here.
COLORS = (

View file

@ -1,7 +1,8 @@
import time
import board
import touchio
import adafruit_dotstar
import time
# Red, green, blue, and simple mixes of 2 or 3.
# Add your own choices here.