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:
Paulchen Panther
2017-10-12 12:00:32 +02:00
committed by brindosch
parent 838008568a
commit 9cc6c75633
11 changed files with 179 additions and 7 deletions

View File

@@ -5,6 +5,7 @@
{
"rotation-time" : 12.0,
"color" : [255, 0, 0],
"background-color" : [0, 0, 0],
"percentage" : 10
}
}