light clock (#260)

* extend image effects
add a basic light clock

* add alpha values  to rainbow

* some effect tuning

* make seconds hand optional and change color to yellow
make blue hours hand always visible
This commit is contained in:
redPanther
2016-10-01 21:34:30 +02:00
committed by GitHub
parent 5aa9edc1cd
commit 89afedf3d5
5 changed files with 131 additions and 16 deletions

8
effects/light-clock.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name" : "Light clock",
"script" : "light-clock.py",
"args" :
{
"show_seconds" : true
}
}