knightrider_multistrip: tune for the small lamp
This commit is contained in:
parent
59bedbb79b
commit
e93c9d042b
|
@ -16,13 +16,15 @@ set_colors = {}
|
||||||
|
|
||||||
curModule = [0, 0, 0, 0]
|
curModule = [0, 0, 0, 0]
|
||||||
#speed = [0.49, 0.65, 1, 0.81]
|
#speed = [0.49, 0.65, 1, 0.81]
|
||||||
speed = [0.24, 0.31, 0.5, 0.41]
|
speed = [0.13, 0.17, 0.19, 0.21]
|
||||||
#countUp = [True, True, False]
|
#countUp = [True, True, False]
|
||||||
|
|
||||||
brightness = 32
|
brightness = 32
|
||||||
|
|
||||||
strip = 0
|
strip = 0
|
||||||
while True:
|
while True:
|
||||||
|
w.set_fadestep(0.10/interval)
|
||||||
|
|
||||||
set_colors = {}
|
set_colors = {}
|
||||||
|
|
||||||
set_colors[int(curModule[0])] = [0, 0, 0, 0]
|
set_colors[int(curModule[0])] = [0, 0, 0, 0]
|
||||||
|
|
Loading…
Reference in a new issue