mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Some small optimizations in the effect engine
Former-commit-id: ed35fc4ff0dc3afa133f584b6625227eb7b615dc
This commit is contained in:
@@ -3,7 +3,7 @@ import time
|
||||
import colorsys
|
||||
|
||||
# Get the parameters
|
||||
rotationTime = hyperion.args.get('rotation-time', 3.0)
|
||||
rotationTime = hyperion.args.get('rotation-time', 30.0)
|
||||
brightness = hyperion.args.get('brightness', 1.0)
|
||||
saturation = hyperion.args.get('saturation', 1.0)
|
||||
reverse = hyperion.args.get('reverse', False)
|
||||
|
Reference in New Issue
Block a user