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 ff94835 commit 01edce8Copy full SHA for 01edce8
Rapunzel_Hair/code.py
@@ -12,7 +12,7 @@
12
# Variables
13
DELAY_AFTER_LIGHT_UP = 2.0
14
COLOR = (255, 100, 0) # Warm yellow color
15
-SPEED = 0.2 # Animation speed (adjust as needed, higher number moves more slowly)
+SPEED = 0.3 # Animation speed (adjust as needed, higher number moves more slowly)
16
17
# Initialize NeoPixels on face
18
pixels_face = cp.pixels
0 commit comments