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

◆ fill_test_data()

static void fill_test_data ( )
static

Definition at line 15 of file BlurBenchmark.ino.

15 {
16 for (int i = 0; i < NUM_LEDS; i++) {
17 leds[i] = CRGB(i * 37 + 17, i * 59 + 31, i * 83 + 47);
18 }
19}
#define NUM_LEDS
fl::CRGB leds[NUM_LEDS]
fl::CRGB CRGB
Definition crgb.h:25

References leds, and NUM_LEDS.

Referenced by bench().

+ Here is the caller graph for this function: