Updated Commands (markdown)

Michael Ingraham 2019-07-17 10:51:04 -04:00
parent fc17c8bfc6
commit 7ebe1b45b7
1 changed files with 1 additions and 1 deletions

@ -340,7 +340,7 @@ HsbColor3|`0..100` = set brightness<a id="Led"></a>
Led\<x\>|`#RRGGBB` = set Led\<x\> hex color value where `<x>` is the pixel number *(aplies only to addressable LEDs)*<a id="LedTable"></a> Led\<x\>|`#RRGGBB` = set Led\<x\> hex color value where `<x>` is the pixel number *(aplies only to addressable LEDs)*<a id="LedTable"></a>
LedTable|`0` = do not use [LED gamma correction](https://learn.adafruit.com/led-tricks-gamma-correction?view=all) *(default prior to 6.5.0.9)*<BR>`1` = use gamma correction *(default)*<a id="Pixels"></a> LedTable|`0` = do not use [LED gamma correction](https://learn.adafruit.com/led-tricks-gamma-correction?view=all) *(default prior to 6.5.0.9)*<BR>`1` = use gamma correction *(default)*<a id="Pixels"></a>
Pixels|`1..512` = set amount of pixels in strip or ring and reset [`Rotation`](#rotation) *(applies only to addressable LEDs)*<a id="RGBWWTable"></a> Pixels|`1..512` = set amount of pixels in strip or ring and reset [`Rotation`](#rotation) *(applies only to addressable LEDs)*<a id="RGBWWTable"></a>
RGBWWTable `PWM1,PWM2,PWM3,PWM4,PWM5`|`0..255` PWM channel range. `255` is full range, any lower number will reduce the range of the channel. *Default: all channels use full intensity*.<BR><BR>Used to adjust the power of each LED in case some LEDs are brighter than others. This kind of adjustment is normally not required.<BR><BR>_Note: range adjustment is computed **after** Gamma correction._<BR><BR>Example: `RGBWWTable 51,51,51,51,51` limit maximum power to 20% for all channels.<a id="Rotation"></a> RGBWWTable `PWM1,PWM2,PWM3,PWM4,PWM5`|`0..255` PWM channel range. `255` is full range, any lower number will reduce the range of the channel. *Default: all channels use full intensity*.<BR><BR>Used to adjust the power of each LED in case some LEDs are brighter than others. This kind of adjustment is normally not required.<BR><BR>_Note: range adjustment is computed **after** Gamma correction._<BR><BR>Example: `RGBWWTable 64,64,64,64,64` limit maximum power to 25% for all channels.<a id="Rotation"></a>
Rotation|`<value>` = set amount of pixels to rotate (up to `Pixels` value) *(applies only to addressable LEDs)*<a id="Scheme"></a> Rotation|`<value>` = set amount of pixels to rotate (up to `Pixels` value) *(applies only to addressable LEDs)*<a id="Scheme"></a>
Scheme | Light effects<BR>`+` = next scheme<BR>`-` = previous scheme<BR>`0` = single color for LED light *(default)*<BR>`1` = start wake up sequence (same as [`Wakeup`](#wakeup))<BR>`2` = cycle up through colors using Speed option<BR>`3` = cycle down through colors using Speed option<BR>`4` = random cycle through colors using Speed and Fade Scheme | Light effects<BR>`+` = next scheme<BR>`-` = previous scheme<BR>`0` = single color for LED light *(default)*<BR>`1` = start wake up sequence (same as [`Wakeup`](#wakeup))<BR>`2` = cycle up through colors using Speed option<BR>`3` = cycle down through colors using Speed option<BR>`4` = random cycle through colors using Speed and Fade
| | **The following schemes are usable only with addressable LEDs, e.g. WS281X, Neopixel**<BR>`5` = clock mode ([example](https://hackaday.io/project/28194-esp-and-ws2812-based-clock))<BR>`6` = candlelight pattern<BR>`7` = RGB pattern<BR>`8` = Christmas pattern<BR>`9` = Hannukah pattern<BR>`10` = Kwanzaa pattern<BR>`11` = rainbow pattern<BR>`12` = fire pattern<a id="Speed"></a> | | **The following schemes are usable only with addressable LEDs, e.g. WS281X, Neopixel**<BR>`5` = clock mode ([example](https://hackaday.io/project/28194-esp-and-ws2812-based-clock))<BR>`6` = candlelight pattern<BR>`7` = RGB pattern<BR>`8` = Christmas pattern<BR>`9` = Hannukah pattern<BR>`10` = Kwanzaa pattern<BR>`11` = rainbow pattern<BR>`12` = fire pattern<a id="Speed"></a>