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

◆ setup()

void setup ( )

Definition at line 144 of file FestivalStick.ino.

144 {
146 //screenMap = ScreenMap::Circle(NUM_LEDS, 1.5f, 0.5f, 1.0f);
147 auto controller = addController();
148 // Set the screen map for the controller
149 controller->setScreenMap(screenMap);
150 FastLED.setBrightness(32);
151}
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58
fl::ScreenMap screenMap
corkscrew_args args
CLEDController * addController()
ScreenMap makeScreenMap()
Definition Fire2023.ino:118
CLEDController * controller

References addController(), args, controller, FastLED, makeScreenMap(), and screenMap.

+ Here is the call graph for this function: