removed fade in

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-12-27 23:52:28 +01:00
parent 42b18eab5f
commit 21847efdeb
1 changed files with 1 additions and 1 deletions

View File

@ -56,8 +56,8 @@ def rainbowCycle(strip, wait_ms=5, iterations=10):
def setColor(strip, color, wait_ms=10):
for i in range(strip.numPixels()):
strip.setPixelColor(i, color)
strip.show()
time.sleep(float(0.01))
strip.show()
time.sleep(wait_ms/1000.0)
def strobe(strip, color):