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

◆ setup()

void setup ( )

Definition at line 22 of file Fire2012.ino.

22 {
23 delay(3000); // sanity delay
24 FastLED.addLeds<CHIPSET, LED_PIN, COLOR_ORDER>(leds, NUM_LEDS).setCorrection( TypicalLEDStrip );
25 FastLED.setBrightness( BRIGHTNESS );
26}
CRGB leds[NUM_LEDS]
#define NUM_LEDS
#define BRIGHTNESS
Definition Blur.ino:8
#define CHIPSET
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_PIN
Definition advanced.h:40
@ TypicalLEDStrip
Typical values for SMD5050 LEDs.
Definition color.h:19

References BRIGHTNESS, CHIPSET, COLOR_ORDER, FastLED, LED_PIN, leds, NUM_LEDS, and TypicalLEDStrip.