Created Neo Features (markdown)

Michael Miller
2023-03-30 13:21:57 -07:00
parent b5d59614e6
commit ed844a7bed

19
Neo-Features.md Normal file

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