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

◆ setup()

void setup ( )

Definition at line 35 of file Pacifica.ino.

35 {
36 delay( 3000); // 3 second delay for boot recovery, and a moment of silence
38 .setCorrection( TypicalLEDStrip );
39 FastLED.setMaxPowerInVoltsAndMilliamps( 5, MAX_POWER_MILLIAMPS);
40}
CRGB leds[NUM_LEDS]
#define NUM_LEDS
#define DATA_PIN
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:74
#define MAX_POWER_MILLIAMPS
Definition Pacifica.ino:18
#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 COLOR_ORDER, DATA_PIN, FastLED, LED_TYPE, leds, MAX_POWER_MILLIAMPS, NUM_LEDS, and TypicalLEDStrip.