FastLED 3.9.15
Loading...
Searching...
No Matches

◆ draw() [2/3]

void fl::XYRasterU8Sparse::draw ( const CRGB & color,
Leds * leds )

Definition at line 15 of file raster_sparse.cpp.

15 {
16 draw(color, leds->xymap(), leds->rgb());
17}
CRGB leds[NUM_LEDS]
void draw(const CRGB &color, const XYMap &xymap, CRGB *out)

References draw(), and leds.

+ Here is the call graph for this function: