Docu fix
This commit is contained in:
parent
8304f8f9c6
commit
8405fbc92f
24
Readme.md
24
Readme.md
|
@ -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*
|
||||
|
|
Loading…
Reference in New Issue