|
FastLED 3.9.15
|
| fl::ChannelConfig::ChannelConfig | ( | const ChipsetVariant & | chipset, |
| fl::span< CRGB > | leds, | ||
| EOrder | rgbOrder = RGB, | ||
| const ChannelOptions & | options = ChannelOptions() ) |
Primary constructor with chipset variant.
| chipset | Chipset configuration (clockless or SPI) |
| leds | LED data array |
| rgbOrder | RGB channel ordering |
| options | Channel options (correction, temperature, dither, affinity) |
Definition at line 16 of file config.cpp.hpp.