From e93c9d042b6cd6e71fdc281d6bed178a2b9e1272 Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Wed, 11 Dec 2019 22:53:23 +0100 Subject: [PATCH] knightrider_multistrip: tune for the small lamp --- knightrider_multistrip.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/knightrider_multistrip.py b/knightrider_multistrip.py index 931e417..f15d6d9 100755 --- a/knightrider_multistrip.py +++ b/knightrider_multistrip.py @@ -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]