Expand description
device-dependant LED pixel colors
Structs§
- LedPixel
Color Impl - LED pixel color struct made with an
N
-lengthu8
array.
Traits§
- LedPixel
Color - LED pixel color trait
Type Aliases§
- LedPixel
Color Grb24 - 8-bit GRB LED pixel color (total 32-bit pixel), Typical RGB LED (WS2812B/SK6812) pixel color
- LedPixel
Color Grbw32 - 8-bit GRBW LED pixel color (total 32-bit pixel)
- LedPixel
Color Rgbw32 - 8-bit RGBW LED pixel color (total 32-bit pixel)