We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee32f8 commit 14f5816Copy full SHA for 14f5816
adafruit_circuitpython_fancyled.py renamed to adafruit_fancyled.py
examples/cpx_rotate.py
@@ -1,7 +1,7 @@
1
# Simple FancyLED example for Circuit Playground Express
2
3
from adafruit_circuitplayground.express import cpx
4
-import adafruit_circuitpython_fancyled as fancy
+import adafruit_fancyled as fancy
5
6
# A dynamic gradient palette is a compact representation of a color palette
7
# that lists only the key points (specific positions and colors), which are
0 commit comments