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

◆ setup()

void setup ( )

Definition at line 17 of file OctoWS2811Demo.ino.

17 {
19 FastLED.setBrightness(32);
20}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
#define NUM_LEDS_PER_STRIP
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58
@ OCTOWS2811
Definition FastLED.h:119

References FastLED, leds, NUM_LEDS_PER_STRIP, and OCTOWS2811.