|
FastLED 3.9.15
|
| fl::ChannelConfig::ChannelConfig | ( | const fl::string & | name, |
| const ChipsetVariant & | chipset, | ||
| fl::span< CRGB > | leds, | ||
| EOrder | rgbOrder = RGB, | ||
| const ChannelOptions & | options = ChannelOptions() ) |
Named constructor with chipset variant.
| name | User-specified channel name |
| chipset | Chipset configuration (clockless or SPI) |
| leds | LED data array |
| rgbOrder | RGB channel ordering |
| options | Channel options (correction, temperature, dither, affinity) |
Definition at line 10 of file config.cpp.hpp.
References ChannelConfig(), chipset, leds, mName, and options.
Referenced by ChannelConfig(), ChannelConfig(), ChannelConfig(), ChannelConfig(), operator=(), and operator=().
Here is the call graph for this function:
Here is the caller graph for this function: