mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
@@ -7,7 +7,7 @@ ledData = bytearray()
|
||||
ledDataBuf = bytearray()
|
||||
color_step = []
|
||||
minStepTime= float(hyperion.latchTime)/1000.0
|
||||
if minStepTime == 0: minStepTime = 1
|
||||
if minStepTime == 0: minStepTime = 0.001
|
||||
fadeSteps = min(256.0, math.floor(sleepTime/minStepTime))
|
||||
if fadeSteps == 0: fadeSteps = 1
|
||||
|
||||
|
Reference in New Issue
Block a user