109 {
110 Serial.begin(115200);
111
112
113
114
115 auto screenmap =
ledsXY.toScreenMap();
116 screenmap.setDiameter(.2);
117
121 });
125 });
129 });
131 .setScreenMap(screenmap);
132}
UISlider decayTimeSeconds("Fade time Seconds",.1, 0, 4,.02)
UISlider outputTimeSec("outputTimeSec",.17, 0, 2,.01)
XYMap ledsXY(WIDTH/2, HEIGHT/2, IS_SERPINTINE)
UISlider attackTimeSeconds("Attack time Seconds",.1, 0, 4,.02)
MaxFadeTracker audioFadeTracker(attackTimeSeconds.value(), decayTimeSeconds.value(), outputTimeSec.value(), 44100)
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
LED controller for WS2812 LEDs with GRB color order.