mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Fixed bug in strobe.py
Former-commit-id: b951ab714019518cfcbb1550e49b41de649b535c
This commit is contained in:
parent
474b9370a5
commit
1161748013
Binary file not shown.
@ -14,7 +14,7 @@ sleepTime = 1.0 / frequency
|
|||||||
|
|
||||||
# Initialize the led data
|
# Initialize the led data
|
||||||
blackLedsData = bytearray(hyperion.ledCount * ( 0, 0, 0))
|
blackLedsData = bytearray(hyperion.ledCount * ( 0, 0, 0))
|
||||||
whiteLedsData = bytearray(hyperion.ledCount * colo)
|
whiteLedsData = bytearray(hyperion.ledCount * color)
|
||||||
|
|
||||||
# Start the write data loop
|
# Start the write data loop
|
||||||
while not hyperion.abort():
|
while not hyperion.abort():
|
||||||
|
Loading…
Reference in New Issue
Block a user