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.