knightrider_multistrip: tune for the small lamp

This commit is contained in:
Thomas Kolb 2019-12-11 22:53:23 +01:00
parent 59bedbb79b
commit e93c9d042b
1 changed files with 3 additions and 1 deletions

View File

@ -16,13 +16,15 @@ set_colors = {}
curModule = [0, 0, 0, 0]
#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]
brightness = 32
strip = 0
while True:
w.set_fadestep(0.10/interval)
set_colors = {}
set_colors[int(curModule[0])] = [0, 0, 0, 0]