mirror of https://github.com/arendst/Tasmota.git
Created Wemos D1 Mini and WS2812B RGB Shield (markdown)
parent
a1c4a6a37c
commit
087fc2e963
|
@ -0,0 +1,15 @@
|
|||
## WS2812B RGB Shield (single pin)
|
||||
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/wemos/wemos_ws2812b_shield.jpg" align="right" width=320>
|
||||
|
||||
From the [Wemos ws2812b shield specs](https://wiki.wemos.cc/products:d1_mini_shields:ws2812b_rgb_shield) the DATA pin is connected to D2 of the Wemos.
|
||||
|
||||
### Tasmota Configuration
|
||||
In the Configuration -> Configure Module page, select the following:
|
||||
* **D2 GPIO4** : **07 WS2812**
|
||||
|
||||
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/wemos/wemos_ws2812b_config_marked.jpg"/>
|
||||
|
||||
### Tasmota Main
|
||||
After reboot of the device the dark-bright slider and toggle button are displayed to control the led.
|
||||
|
||||
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/wemos/wemos_ws2812b_main_marked.jpg"/>
|
Loading…
Reference in New Issue