Skip to content

Commit 94ee1e5

Browse files
committed
Updating neopixel animation value
Updating animation value since a value of 0 seems to block out the entire animation in cp 8.0
1 parent 93439d9 commit 94ee1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyLeap_CLUE_BLE_NeoPixels/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def draw(self): # draw the animation
104104
name = "starrynight")
105105

106106
fire = AnimationGroup(
107-
Comet(pixels, speed=0, tail_length=1, color=BLACK),
107+
Comet(pixels, speed=0.1, tail_length=1, color=BLACK),
108108
Sparkle(pixels, speed=0.1, num_sparkles=10, color=AMBER),
109109
Sparkle(pixels, speed=0.1, num_sparkles=10, color=RED),
110110
Sparkle(pixels, speed=0.1, num_sparkles=20, color=ORANGE),

0 commit comments

Comments
 (0)