From a49c2991b3056c4a9fa2c569c80db2937ac348c5 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 30 Mar 2023 13:42:59 -0700 Subject: [PATCH] Updated T_COLOR_FEATURE (markdown) --- T_COLOR_FEATURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/T_COLOR_FEATURE.md b/T_COLOR_FEATURE.md index c7b351e..373a4aa 100644 --- a/T_COLOR_FEATURE.md +++ b/T_COLOR_FEATURE.md @@ -1,6 +1,6 @@ The _T_COLOR_FEATURE_ is a template class specialization feature that defines the specifics of the color output needed for various LEDs and LED driver chips like WS2813b, WS2811, or APA106. These definitions generally represent the number of color elements, the order of the color elements, and any specific settings needed for these. You as the sketch author do not need to write one of these as a large library of them is available for you to choose from. -**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. 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.