Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.14 KB

SK6812.md

File metadata and controls

25 lines (16 loc) · 1.14 KB

SK6812 RGBW Addressable LEDs

??? failure "This feature is not included in precompiled binaries"

When [compiling your build](Compile-your-build) add the following to `user_config_override.h`:
```arduino
#define USE_WS2812_HARDWARE  NEO_HW_SK6812     
#define USE_WS2812_CTYPE     NEO_GRBW           // Color type (NEO_RGB, NEO_GRB, NEO_BRG, NEO_RBG, NEO_RGBW, NEO_GRBW)
```

Wiring with a level shifter is required. Look at WS2812B LEDs article for instructions.

Tasmota Settings

In the Configuration -> Configure Module page, select the following:

  1. GPIOx to WS2812

Tasmota Main

After reboot of the device the color sliders and toggle button are displayed to control the LED.

Set number of pixels used on your strip with Pixels x command

Select whether use white in separate channel or blended with RGB colors.

Configuration was done on a round 7 LED board and an ESP-01S Addressable LED adapter