20 static CRGB empty_led;
32 FASTLED_ASSERT(
mXyMap.isSerpentine() ||
mXyMap.isLineByLine(),
33 "XYMap is not serpentine or line by line");
37 FASTLED_ASSERT(
mXyMap.isSerpentine() ||
mXyMap.isLineByLine(),
38 "XYMap is not serpentine or line by line");
const XYMap & xymap() const
CRGB & operator()(int x, int y)
Leds(CRGB *leds, u16 width, u16 height)
Defines the red, green, and blue (RGB) pixel struct.
Representation of an RGB pixel (Red, Green, Blue)