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

◆ setup()

void setup ( )

Definition at line 195 of file XYMatrix.ino.

195 {
196 FastLED.addLeds<CHIPSET, LED_PIN, COLOR_ORDER>(leds, NUM_LEDS).setCorrection(TypicalSMD5050);
197 FastLED.setBrightness( BRIGHTNESS );
198}
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
@ TypicalSMD5050
Typical values for SMD5050 LEDs.
Definition color.h:17

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