Definition at line 52 of file simple.h.
52 {
53 Serial.begin(115200);
54 auto screenmap =
xyMap.toScreenMap();
55 screenmap.setDiameter(.2);
57
58}
XYMap xyMap(WIDTH, HEIGHT, false)
CFastLED FastLED
Global LED strip management instance.
LED controller for WS2812 LEDs with GRB color order.
References FastLED, leds, NUM_LEDS, and xyMap.