Update LedStrip.md
Minor changes stating that the leds can now be configured by the GUI and a link to http://blog.oscarliang.net/setup-rgb-led-cleanflight/
This commit is contained in:
parent
fce1d5a680
commit
6f7f1d7430
|
@ -68,7 +68,19 @@ so the Vin MAX should be 4.7v (3.3v / 0.7 = 4.71v). Some LEDs are more tolerant
|
|||
|
||||
|
||||
## Configuration
|
||||
The led strip feature is now able to be enabled and configured via the GUI
|
||||
|
||||
GUI:
|
||||
Enable the Led Strip feature via the GUI under setup.
|
||||
|
||||
Configure the leds from the Led Strip tab in the cleanflight GUI.
|
||||
First setup how the led's are laid out so that you can visualize it later as you configure and so the flight controller knows how many led's there are available.
|
||||
|
||||
In the Led Strip tab there is a 16x16 grid.
|
||||
There is a step by step guide by Oscar Liang on how to use the GUI to configure the Led Strip feature using the GUI.
|
||||
http://blog.oscarliang.net/setup-rgb-led-cleanflight/
|
||||
|
||||
CLI:
|
||||
Enable the `LED_STRIP` feature via the cli:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue