Skip to content

Commit 0bf243a

Browse files
committed
msu: changed wait
1 parent df81db6 commit 0bf243a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neopixel-msu-demo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def light_level_random_color(color, levels, level, clearall ):
311311
# makes the strand of pixels show SnowSparkle (random)
312312
# SnowSparkle(red, green, blue, Count, SparkleDelay, SpeedDelay)
313313
# SnowSparkle(16, 16, 16, 100, 0.020, random.randint(100,1000)/1000)
314-
SnowSparkle(11, 102, 35, 80, 0, 0)
314+
SnowSparkle(11, 102, 35, 90, 0, 0)
315315

316316
# make all pixels white
317317
# fill(red, green, blue)

0 commit comments

Comments
 (0)