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

◆ setup()

void setup ( )

Definition at line 28 of file FxPacifica.ino.

28 {
29 delay(3000); // 3 second delay for boot recovery, and a moment of silence
31 .setCorrection(TypicalLEDStrip);
32 FastLED.setMaxPowerInVoltsAndMilliamps(5, MAX_POWER_MILLIAMPS);
33}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
#define NUM_LEDS
Definition Apa102.ino:6
#define COLOR_ORDER
#define LED_TYPE
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58
#define MAX_POWER_MILLIAMPS
@ TypicalLEDStrip
Typical values for SMD5050 LEDs.
Definition color.h:19

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