From 8405fbc92f96775c977b5ed1102c3b2a3fcd6c92 Mon Sep 17 00:00:00 2001 From: Juergen Jung Date: Sun, 19 Feb 2017 21:57:11 +0100 Subject: [PATCH] Docu fix --- Readme.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Readme.md b/Readme.md index 8ce4bb5..8903fa2 100644 --- a/Readme.md +++ b/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*