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

◆ set_all()

void fl::third_party::ezWS2812gpio::set_all ( uint8_t red,
uint8_t green,
uint8_t blue )
inline

Set all LEDs to the same color.

Definition at line 316 of file ezWS2812.h.

316 {
317 set_pixel(red, green, blue, num_leds_);
318 }
void set_pixel(uint8_t red, uint8_t green, uint8_t blue, uint16_t count=1)
Set color for specific number of LEDs.
Definition ezWS2812.h:299

References num_leds_, and set_pixel().

+ Here is the call graph for this function: