|
FastLED 3.9.15
|
Constants for SPI chipset encoders.
Definition in file encoder_constants.h.
#include "fl/stl/stdint.h"
Include dependency graph for encoder_constants.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | fl |
| Base definition for an LED controller. | |
Variables | |
| constexpr size_t | fl::BYTES_PER_PIXEL_RGB = 3 |
| Number of bytes per RGB pixel (order-agnostic) | |
| constexpr size_t | fl::BYTES_PER_PIXEL_RGBW = 4 |
| Number of bytes per RGBW pixel (order-agnostic) | |
| constexpr size_t | fl::BYTES_PER_PIXEL_RGBWW = 5 |
| Number of bytes per RGBWW pixel (order-agnostic, issue #2558). | |