FastLED 3.9.15
Loading...
Searching...
No Matches

◆ ChannelConfig() [7/8]

fl::ChannelConfig::ChannelConfig ( const ChannelConfig & other)

Definition at line 46 of file config.cpp.hpp.

47 : chipset(other.chipset)
48 , mLeds(other.mLeds)
49 , rgb_order(other.rgb_order)
50 , options(other.options)
51 , mScreenMap(other.mScreenMap)
52 , mName(other.mName) {}
fl::optional< fl::string > mName
Optional user-specified name (if not set, Channel generates one automatically)
Definition config.h:279
fl::ScreenMap mScreenMap
Screen mapping.
Definition config.h:276
ChannelOptions options
Optional channel settings (correction, temperature, dither, rgbw, affinity)
Definition config.h:273
fl::span< CRGB > mLeds
LED data array.
Definition config.h:267
ChipsetVariant chipset
Chipset configuration (clockless or SPI)
Definition config.h:264
EOrder rgb_order
RGB channel ordering.
Definition config.h:270

References ChannelConfig(), chipset, mLeds, mName, mScreenMap, options, and rgb_order.

+ Here is the call graph for this function: