Some small optimizations in the effect engine

Former-commit-id: ed35fc4ff0dc3afa133f584b6625227eb7b615dc
This commit is contained in:
johan
2013-12-08 12:46:33 +01:00
parent c47ae445dc
commit 000117e393
3 changed files with 22 additions and 35 deletions

View File

@@ -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)