This commit is contained in:
Juergen Jung 2017-02-19 21:57:11 +01:00
parent 8304f8f9c6
commit 8405fbc92f
1 changed files with 12 additions and 12 deletions

View File

@ -48,20 +48,20 @@ uint32_t to RGB values
```
## Effects
* scanner
* **scanner**
Shows the moving larson scanner eye known form *Battlestar Galactica* and *Knight Rider*. The used effect color can be specified by *color_0*
* randomscanner
* **randomscanner**
This is the same scanner then the scanner above but uses an alternating color pattern
* rainbowcycle
* **rainbowcycle**
Shows a cycling rainbown on the LED strip
* theaterchase
* **theaterchase**
Shows an color chasing LED strip.
You can specify the color by set *color_0* and *color_1*
* fade
* **fade**
Fades from effect color_0 to effect_color_1
* randomfade
* **randomfade**
Fades thru an alternating color pattern
* none
* **none**
Stop all effects
## Effect colors
@ -77,11 +77,11 @@ The effect color has to be set after the effect.
##### color_0
This color will be used for the following effects:
* scanner
* theaterchase
* fade
* *scanner*
* *theaterchase*
* *fade*
##### color_1
This color will be used for the following effects:
* theaterchase
* fade
* *theaterchase*
* *fade*