Definition at line 52 of file FxAnimartrix.ino.
52 {
53 auto screen_map =
xyMap.toScreenMap();
54 screen_map.setDiameter(.1);
57 .setScreenMap(screen_map);
60}
XYMap xyMap(WIDTH, HEIGHT, false)
CFastLED FastLED
Global LED strip management instance.
UISlider brightness("Brightness", 255, 0, 255, 1)
FxEngine fxEngine(NUM_LEDS)
Animartrix animartrix(xyMap, FIRST_ANIMATION)
@ TypicalLEDStrip
Typical values for SMD5050 LEDs.
References animartrix, brightness, COLOR_ORDER, FastLED, fxEngine, LED_PIN, leds, NUM_LEDS, TypicalLEDStrip, and xyMap.