From ced1325e9ab00d0141ec729b8d7f903279cd7b91 Mon Sep 17 00:00:00 2001 From: blakadder Date: Mon, 6 May 2019 11:47:24 +0200 Subject: [PATCH] Updated Lights (markdown) --- Lights.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Lights.md b/Lights.md index ce44472f..ccaf03a9 100644 --- a/Lights.md +++ b/Lights.md @@ -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| |---|---|---|---|---|---| @@ -13,4 +15,6 @@ By default the PWM channels are mapped accordingly: |4|Red|Green|Blue|White| |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). \ No newline at end of file +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). \ No newline at end of file