93 {
94 Serial.begin(115200);
95 auto screenmap =
xyMap.toScreenMap();
96 screenmap.setDiameter(.2);
98 auto screenmap2 =
xyMap_Dst.toScreenMap();
99 screenmap.setDiameter(.5);
100 screenmap2.addOffsetY(-
HEIGHT / 2);
102 .setScreenMap(screenmap2);
104
105
108}
XYMap xyMap_Dst(WIDTH/2, HEIGHT/2, false)
XYMap xyMap(WIDTH, HEIGHT, false)
UIButton trigger("Trigger")
CRGB leds_downscaled[NUM_LEDS/4]
CFastLED FastLED
Global LED strip management instance.
LED controller for WS2812 LEDs with GRB color order.
WaveEffect NewWaveSimulation2D(const XYMap xymap)