Updated T_COLOR_FEATURE (markdown)

Michael Miller
2023-04-03 21:35:15 -07:00
parent a3558242f3
commit ef86783ea2

@@ -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.** **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. 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. 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.