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

◆ setup()

void setup ( )

Definition at line 16 of file FxTwinkleFox.ino.

16 {
17 delay(3000); // safety startup delay
18 FastLED.setMaxPowerInVoltsAndMilliamps(VOLTS, MAX_MA);
20 .setCorrection(TypicalLEDStrip)
21 .setRgbw();
22}
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 VOLTS
#define MAX_MA
@ TypicalLEDStrip
Typical values for SMD5050 LEDs.
Definition color.h:19

References COLOR_ORDER, DATA_PIN, FastLED, LED_TYPE, leds, MAX_MA, NUM_LEDS, TypicalLEDStrip, and VOLTS.