Commit Graph

41 Commits

Author SHA1 Message Date
g3gg0 ca6c495f46 add SK6812 RGBW 4-channel LEDs, which are compatible to WS2812 except for the fourth color channel 2021-12-23 01:12:02 +01:00
Dmitry Grigoryev 2b936b2749 spelling fixes 2021-06-18 17:42:47 +02:00
DusKing1 d3869e4d97
Typo fix in LedStrip.md
According to the actual CLI command and conversion diagram, the number here should be 27.
2020-07-03 12:29:54 +08:00
DusKing1 20c21cc380
Fix typo in LedStrip.md
Clearly 0 to 6 has 7 numbers
2020-07-03 11:42:13 +08:00
Anhad Sawhney b292a2b626
Better description of animations
Updated larson scanner, thrust ring
2020-05-17 00:35:23 -04:00
mikeller 960b2a1465 Updated the adjustment range documentation for the removal of slots. 2019-06-10 22:19:32 +12:00
Pieter Kruger 4ec536a317 Add LED profile feature - 4278 2019-01-19 20:23:03 +10:00
Steve Evans c05d9ef935 Fix doc typos 2018-05-16 22:13:51 +01:00
SteveCEvans 0430fcb67d Add ledstrip_grb_rgb setting (GRB or RGB) to handle WS2811 or WS2812 … (#5255)
* Add ledstrip_grb_rgb setting (GRB or RGB) to handle WS2811 or WS2812 LED drivers

* Rename setting lookup table to lookupLedStripPackingOrder

* Fix call to ws2811UpdateStrip

* Fix unit test

* Use ledStripFormatRGB_e enumeration for RGB packing format

* Fix unit test

* Whoops. Make ledStripFormatRGB_e match lookupLedStripFormatRGB

* Applied review feedback

* Add documentation of ledstrip_grb_rgb
2018-03-06 09:39:14 +13:00
Hydra eb800966d9 CF - restore docs folder from master_v1.x 2018-01-08 12:19:35 +13:00
borisbstyle c8e7850c3d Betaflight Cleanup targets / docs 2016-02-10 23:09:22 +01:00
Dominic Clifton 37e551db11 Updating led strip docs. Warn users that the HowTo may not be as up to
date as the documentation - documentation updates via pull requests are
preferred over blog posts/videos.
2015-04-14 20:24:25 +01:00
Dominic Clifton 0ff1599a07 Merge pull request #613 from dascons/patch-3
Update LedStrip.md
2015-04-14 20:19:48 +01:00
Dominic Clifton 9a2177d231 Update LedStrip documentation and add link to WS2812 datasheet. 2015-04-14 20:07:02 +01:00
dascons 6f7f1d7430 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/
2015-03-12 23:36:57 +13:00
Brnadon Miller 7366ecf60b Updated for colors in plain English. 2015-03-05 11:47:41 -05:00
Brnadon Miller e5f23669c0 Added documentation for predefined light colors for orientation and flight modes 2015-03-02 18:12:01 -05:00
Brnadon Miller aed170f1a9 Add table for LED Strip Colors 2015-03-02 18:03:15 -05:00
Richard Birkby da6bbf460f Fix docs for Alien Spider LED configuration 2015-02-26 07:54:02 +00:00
Dominic Clifton b568b9c59d Update led strip documentation. 2015-02-22 22:20:27 +00:00
Dominic Clifton 5512ff08c3 Allow thrust color to be combined with throttle. 2015-02-01 18:34:37 +00:00
Dominic Clifton 52f082fcd7 LedStrip - Add support for solid colors. Update default LED strip
configuration to include a ring.

Also includes documentation updates that were not updated when ring
support was added.
2015-01-25 16:21:38 +01:00
St7ven ddc7a39fa2 Add support for LED thrust ring. (St7ven)
This commit includes various fixed not included in the original pull request.
2015-01-22 22:20:00 +01:00
Chris Penny 69014e68b6 minor documentation update 2015-01-21 10:22:54 +00:00
Akfreak efbffee51a Update LedStrip.md
Data added or the Spaky board, "| Sparky, pin PWM5, signal PA6
2015-01-10 22:03:10 -08:00
JBFUK c8d4743ba0 Update LedStrip.md 2015-01-09 19:22:44 +00:00
Pim van Pelt bb5d22a8d2 Various formatting and typographic fixes 2015-01-04 00:53:24 +01:00
Dominic Clifton 2825eec39d Update LedStrip example documentation. 2014-12-26 01:42:43 +00:00
Max Winterstein 2eba361671 Update LedStrip.md
Adafruit NeoPixel Stick - tested and confirmed that is is working. Changed description to power consumption.
2014-12-01 20:49:32 +01:00
Dominic Clifton 7596e1d2ca Documentation update 2014-11-30 23:37:03 +00:00
Kyle Manna d1ac8465b2 docs: Reference Adafruit NeoPixels for LED Strip
* Initial testing with NeoPixel Jewel 7s.
2014-11-26 11:43:16 -06:00
Dominic Clifton 386c14c9e7 Update LedStrip warnings indication so it's clearer what warnings are
active.

This also has better performance, warning colors are only calculated
once per led strip update cycle.
2014-11-22 18:18:50 +00:00
Fredrik Steen da395c0053 Links added 2014-11-14 13:47:17 +01:00
Dominic Clifton 7225bd0f24 Updating example LED STRIP documentation config for Spider quad.
Left-front rear-facing LEDs were not configured correctly.
2014-09-20 01:32:36 +01:00
Dominic Clifton f591732aa9 Updated LedStrip docs for new thrust/throttle mode. 2014-09-19 20:16:07 +01:00
Dominic Clifton a287f9247d Allow led strip to show failsafe state. Closes #76. 2014-09-15 23:24:08 +01:00
Dominic Clifton 99a296821a Update default led strip config so there is always an orientation light
on at the front when the battery alarm is on.
2014-09-15 20:24:00 +01:00
Dominic Clifton 460256cc23 Fix typo in led strip documentation. 2014-09-15 03:20:39 +01:00
Dominic Clifton 6ce5736990 Update LED strip code to allow configurable LED strips.
See documentation for details.
2014-09-15 03:15:11 +01:00
Dominic Clifton 6ea447b777 Update LED documentation to reflect the current implementation. 2014-07-16 01:36:51 +01:00
Dominic Clifton 1730e3dfd3 Relocated led strip user code into separate file.
Added documentation.

Added LED_STRIP feature, can only be enabled under certain circumstances
depending on target due to pin/timer mappings - see documentation.
2014-06-09 19:11:31 +01:00