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

◆ setup()

void setup ( )

Definition at line 21 of file Pride2015.ino.

21 {
22 delay(3000); // 3 second delay for recovery
23
24 // tell FastLED about the LED strip configuration
26 .setCorrection(TypicalLEDStrip)
27 .setDither(BRIGHTNESS < 255);
28
29 // set master brightness control
30 FastLED.setBrightness(BRIGHTNESS);
31}
CRGB leds[NUM_LEDS]
#define NUM_LEDS
#define DATA_PIN
#define BRIGHTNESS
Definition Blur.ino:8
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:74
#define COLOR_ORDER
Definition advanced.h:42
#define LED_TYPE
Definition advanced.h:41
@ TypicalLEDStrip
Typical values for SMD5050 LEDs.
Definition color.h:19

References BRIGHTNESS, COLOR_ORDER, DATA_PIN, FastLED, LED_TYPE, leds, NUM_LEDS, and TypicalLEDStrip.