88 {
89 Serial.begin(115200);
90
91
92
93
94 auto screenmap =
ledsXY.toScreenMap();
95 screenmap.setDiameter(.2);
96
100 });
104 });
108 });
110 .setScreenMap(screenmap);
111}
UISlider decayTimeSeconds("Fade time Seconds",.1, 0, 4,.02)
UISlider attackTimeSeconds("Attack time Seconds",.1, 0, 4,.02)
XYMap ledsXY(WIDTH/2, HEIGHT/2, IS_SERPINTINE)
MaxFadeTracker audioFadeTracker(attackTimeSeconds.value(), decayTimeSeconds.value(), outputTimeSec.value(), 44100)
UISlider outputTimeSec("outputTimeSec",.17, 0, 2,.01)
CFastLED FastLED
Global LED strip management instance.
LED controller for WS2812 LEDs with GRB color order.