Updated Lights (markdown)

blakadder 2019-05-06 11:47:24 +02:00
parent 63e513a413
commit ced1325e9a
1 changed files with 9 additions and 5 deletions

@ -1,9 +1,11 @@
## Lights
Tasmota WebUI displays **Brightness** and **CT** or **White** level sliders depending on the number of channels configured.
The WebUI doesn't have a color picker for RGB lights due to memory and flash size requirements to implement one. Use [`Color`](commands#color) to control colors in that case.
By default the PWM channels are mapped accordingly:
The WebUI doesn't have a color picker for RGB lights due to memory and flash size requirements to implement one. Instead use [`Color`](commands#color) to control colors.
Refer to [**light commands**](Commands#light) for all possibilities to control your lights.
### Channel mapping
By default the PWM channels are mapped accordingly depending on the number of used channels:
|Channels|PWM1|PWM2|PWM3|PWM4|PWM5|
|---|---|---|---|---|---|
@ -14,3 +16,5 @@ By default the PWM channels are mapped accordingly:
|5|Red|Green|Blue|Warm White|Cold White|
Some lights use different controllers instead of PWM (f.e. SM16716 or MY92x1). In that case channel mapping is dependent on the controller. It can be remapped using [`SetOption37`](Commands#setoption37).
For addressable LED's refer to [WS281XB article](Wemos-D1-Mini-and-WS2812B---WS2813B-Ledstrip).