diff --git a/docs/LedStrip.md b/docs/LedStrip.md index b23daf449..31a09684f 100644 --- a/docs/LedStrip.md +++ b/docs/LedStrip.md @@ -70,7 +70,19 @@ Some LEDs are more tolerant of this than others. The datasheet can be found here: http://www.adafruit.com/datasheets/WS2812.pdf ## 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: ```