mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-06 20:34:27 +02:00
Created Neo Features (markdown)
19
Neo-Features.md
Normal file
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.
|
Reference in New Issue
Block a user