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

◆ setup()

void setup ( )

Definition at line 26 of file Pacifica.ino.

26 {
27 delay( 3000); // 3 second delay for boot recovery, and a moment of silence
29 .setCorrection( TypicalLEDStrip );
30 FastLED.setMaxPowerInVoltsAndMilliamps( 5, MAX_POWER_MILLIAMPS);
31}
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.