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

◆ DimAll()

void DimAll ( byte value)

Definition at line 306 of file funky.cpp.

306 {
307 for (int i = 0; i < NUM_LEDS; i++) {
308 leds[i].nscale8(value);
309 }
310}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
#define NUM_LEDS
Definition Apa102.ino:6

References leds, and NUM_LEDS.

Referenced by Audio1(), Audio3(), Audio4(), Audio5(), Audio6(), AudioSpiral(), CaleidoTest1(), CaleidoTest2(), CopyTest(), CopyTest2(), MSGEQtest4(), MSGEQtest7(), and MSGEQtest8().

+ Here is the caller graph for this function: