Skip to content

Commit 6904ab2

Browse files
authored
Merge pull request #2292 from adafruit/neopixel_val
Updating neopixel animation value
2 parents 93439d9 + 94ee1e5 commit 6904ab2

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)