From 6f7f1d7430a8bae90a27a41f698b37215a956897 Mon Sep 17 00:00:00 2001 From: dascons Date: Thu, 12 Mar 2015 23:36:57 +1300 Subject: [PATCH] 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/ --- docs/LedStrip.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/LedStrip.md b/docs/LedStrip.md index a2f75b1a6..f4f1816ed 100644 --- a/docs/LedStrip.md +++ b/docs/LedStrip.md @@ -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: ```