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
|
## 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*
|
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
|
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
|
Shows a cycling rainbown on the LED strip
|
||||||
* theaterchase
|
* **theaterchase**
|
||||||
Shows an color chasing LED strip.
|
Shows an color chasing LED strip.
|
||||||
You can specify the color by set *color_0* and *color_1*
|
You can specify the color by set *color_0* and *color_1*
|
||||||
* fade
|
* **fade**
|
||||||
Fades from effect color_0 to effect_color_1
|
Fades from effect color_0 to effect_color_1
|
||||||
* randomfade
|
* **randomfade**
|
||||||
Fades thru an alternating color pattern
|
Fades thru an alternating color pattern
|
||||||
* none
|
* **none**
|
||||||
Stop all effects
|
Stop all effects
|
||||||
|
|
||||||
## Effect colors
|
## Effect colors
|
||||||
|
@ -77,11 +77,11 @@ The effect color has to be set after the effect.
|
||||||
|
|
||||||
##### color_0
|
##### color_0
|
||||||
This color will be used for the following effects:
|
This color will be used for the following effects:
|
||||||
* scanner
|
* *scanner*
|
||||||
* theaterchase
|
* *theaterchase*
|
||||||
* fade
|
* *fade*
|
||||||
|
|
||||||
##### color_1
|
##### color_1
|
||||||
This color will be used for the following effects:
|
This color will be used for the following effects:
|
||||||
* theaterchase
|
* *theaterchase*
|
||||||
* fade
|
* *fade*
|
||||||
|
|
Loading…
Reference in New Issue