added missing licence headers

switched from elsif salad to decorations, I'm loving it!
general cleanup
removed some debug output not needed anymore
This commit is contained in:
Giovanni Harting
2015-07-28 07:50:46 +02:00
parent 4c23abc4e8
commit 9f71fe4311
8 changed files with 258 additions and 53 deletions

View File

@@ -8,6 +8,23 @@ LedD is a daemon for interfacing LED stripes written in python3. It provides an
- an open effects github repository with simple download-and-run system
- automatic enumeration of the connected controller devices, restart/reset and status querys
### License
### Plugins
Plugin functionality is planned as we provide APIs for effects and plugins to use. Here are some we are going to provide if they are finished.
- plugins
- lux sensor (TSL2591) for providing information if lights need to be turned on
- start/stop hook so you can switch your LED power supply
- planned hook points for plugins include
- start/stop
- set color (for e.g. gamma correction)
- effects
- pulse
- fade
- drop
- blink
- strobe (as far as possible)
#### License
This project is licensed under the conditions of the GNU GPL 3.0.