From ed844a7bedf251e6e29c54da3922215f7931ef0f Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 30 Mar 2023 13:21:57 -0700 Subject: [PATCH] Created Neo Features (markdown) --- Neo-Features.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Neo-Features.md diff --git a/Neo-Features.md b/Neo-Features.md new file mode 100644 index 0000000..1c51c1c --- /dev/null +++ b/Neo-Features.md @@ -0,0 +1,19 @@ +Below you will find the list of Neo Features. While an attempt has been made to keep this list up to date, new features may not be listed. + +## 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. + +## NeoGrbwFeature +A four element color in the order of Green, Red, Blue, and then White. A common four element format. This is used for SK6812rgbw pixels that have the separate white led in them. + +## NeoRgbFeature +A three element color in the order of Red, Green, and then Blue. Some older pixels used this. Also used by pixels that come in a traditional LED shape rather than the surface mount chip we often see today. + +## NeoRgbwFeature +A four element color in the order of Red, Green, Blue, and then White. A common four element format. + +## NeoBrgFeature +A three element color in the order of Blue, Red, and then Green. + +## NeoRbgFeature +A three element color in the order of Red, Blue, and then Green.