Skip to content

Commit 01edce8

Browse files
committed
Added SPDX header
1 parent ff94835 commit 01edce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rapunzel_Hair/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Variables
1313
DELAY_AFTER_LIGHT_UP = 2.0
1414
COLOR = (255, 100, 0) # Warm yellow color
15-
SPEED = 0.2 # Animation speed (adjust as needed, higher number moves more slowly)
15+
SPEED = 0.3 # Animation speed (adjust as needed, higher number moves more slowly)
1616

1717
# Initialize NeoPixels on face
1818
pixels_face = cp.pixels

0 commit comments

Comments
 (0)