Updated Neo Features (markdown)

Michael Miller
2023-07-05 11:43:04 -07:00
parent 3e43929cf0
commit 76c9520903

@@ -1,4 +1,4 @@
Below you will find the list of Neo Features. They should only be used with Neo Methods. While an attempt has been made to keep this list up to date, new features may not be listed.
Below you will find the list of Neo Features. They should only be used with Neo Methods. While an attempt has been made to keep this list up to date, new features may not be listed. If a color order you need is not listed, try arranging the RGB in the order you need as it may already be supported. If not, create an issue using the Issues area listed above.
## NeoGrbFeature
A three-element color in the order of Green, Red, and then Blue. The most common three element format. This is used for SK6812(grb), WS2811, and WS2812.
@@ -18,6 +18,9 @@ A four-element color in the order of Red, Green, Blue, and then White. A common
## NeoRgbwxxFeature
A six-element color in the order of Red, Green, Blue, White, and then padded with two unused bytes. Uses the RgbwColor as the color object as the padded bytes are only needed in the output data stream but are not used.
## NeoGrbcwxFeature
A six-element color in the order of Green, Red, Blue, Cool White (c), Warm White (w) and then padded with one unused byte (x). Uses the RgbwwColor as the color object as the padded byte is only needed in the output data stream but is not used.
## NeoRgb48Feature & NeoRgbUcs8903Feature
A three-element color in the order of Red, Green, and then Blue; where the color elements are 16 bit and the total color is 48 bits. This is used for the UCS8903.