diff --git a/deploy/hyperion.tar.gz b/deploy/hyperion.tar.gz index 14a79258..04948604 100644 Binary files a/deploy/hyperion.tar.gz and b/deploy/hyperion.tar.gz differ diff --git a/effects/strobe.py b/effects/strobe.py index 70cdb2e0..007e6133 100644 --- a/effects/strobe.py +++ b/effects/strobe.py @@ -14,7 +14,7 @@ sleepTime = 1.0 / frequency # Initialize the led data blackLedsData = bytearray(hyperion.ledCount * ( 0, 0, 0)) -whiteLedsData = bytearray(hyperion.ledCount * colo) +whiteLedsData = bytearray(hyperion.ledCount * color) # Start the write data loop while not hyperion.abort():