36#define NUM_LEDS ((WIDTH) * (HEIGHT))
37#define IS_SERPINTINE true
38#define TIME_ANIMATION 1000
59 auto screenmap =
xyMap.toScreenMap();
60 screenmap.setDiameter(.2);
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
central include file for FastLED, defines the CFastLED class/object
UITitle title("Simple control of an xy path")
UISlider pointX("Point X", WIDTH/2.0f, 0.0f, WIDTH - 1, 1.0f)
UISlider pointY("Point Y", HEIGHT/2.0f, 0.0f, HEIGHT - 1, 1.0f)
UIButton button("second trigger")
UIDescription description("This is more of a test for new features.")
LED controller for WS2812 LEDs with GRB color order.
void clear(CRGB(&arr)[N])
UIButton button("Button")
Representation of an RGB pixel (Red, Green, Blue)