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

◆ CLEDController() [2/2]

CLEDController::CLEDController ( )

Create an led controller object, add it to the chain of controllers.

Definition at line 24 of file cled_controller.cpp.hpp.

24 : mLeds(), mSettings() {
25 addToList();
26}
void addToList() FL_NOEXCEPT
Add this controller to the linked list.
ChannelOptions mSettings
Optional channel settings (correction, temperature, dither, rgbw, affinity)
fl::span< CRGB > mLeds
span of LED data used by this controller

References addToList(), mLeds, and mSettings.

+ Here is the call graph for this function: