mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
f88cd3a230
* - effects now can use qt image effects - rainbow swirtl is now suitable for any led layout - including matrix * fix rainbow effect * effect: add radialGradient * fix some js errors * optimize code * try fix travis test not working as expected * fix default config files * fix config
12 lines
165 B
JSON
12 lines
165 B
JSON
{
|
|
"name" : "Rainbow swirl",
|
|
"script" : "rainbow-swirl.py",
|
|
"args" :
|
|
{
|
|
"rotation-time" : 20.0,
|
|
"center_x" : 0.5,
|
|
"center_y" : 0.5,
|
|
"reverse" : false
|
|
}
|
|
}
|