mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Use GIF files for effects (#477)
* Add new Effects * add schema file for gif based effects * add background color to snake effect * add background color to snake effect * Update schema file for snake effect * Add function getImage * add function getImage * optimize lights.gif * Add format to GIF schema
This commit is contained in:
committed by
brindosch
parent
838008568a
commit
9cc6c75633
10
effects/fire.json
Normal file
10
effects/fire.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name" : "Fire",
|
||||
"script" : "gif.py",
|
||||
"args" :
|
||||
{
|
||||
"image" : ":fire.gif",
|
||||
"fps" :25,
|
||||
"reverse" : false
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user