mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 04:44:26 +02:00
Updated T_COLOR_FEATURE (markdown)
@@ -3,7 +3,7 @@ The _T_COLOR_FEATURE_ is a template class specialization feature that defines th
|
||||
**If you do not see a _feature_ that matches your needs, you can make a request by creating an issue on the Github repo.**
|
||||
|
||||
In general, when the term _NeoPixel_ is used, it means either the specific smart LED like WS2812b or a combination of LED driver chips and LEDs like WS2811 driven by a single data wire.
|
||||
Also, the term _DotStar_ is used to mean similar smart LEDs like APA106 or combinations of LED driver chips and LEDs driven by two wires, a data wire and a clock wire.
|
||||
Also, the term _DotStar_ is used to mean similar smart LEDs like APA102 or combinations of LED driver chips and LEDs driven by two wires, a data wire and a clock wire.
|
||||
|
||||
Either of which comes with variances of the actual order of the colors in the data stream. Some have colors in a natural RGB order, some have them in the more common GRB order. Some will include a white LED and the white can come before or after the other colors, like GRBW or even WRGB. It is important for the author to understand the details of the NeoPixels or DotStars they have.
|
||||
|
||||
|
Reference in New Issue
Block a user