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

◆ setup()

void setup ( )

Definition at line 34 of file HSVTest.h.

34 {
35 //FastLED.addLeds<WS2812B, DATA_PIN, GRB>(leds, NUM_LEDS);
36 // fl::ScreenMap screenMap(NUM_LEDS);
37
39 .setCorrection(TypicalLEDStrip);
40}
CRGB leds[NUM_LEDS]
#define NUM_LEDS
#define PIN_DATA
Definition simple.h:52
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:74
@ APA102HD
APA102 LED chipset with 5-bit gamma correction.
Definition FastLED.h:126
#define PIN_CLOCK
Definition curr.h:52
@ BGR
Blue, Green, Red (0210)
Definition eorder.h:19
@ TypicalLEDStrip
Typical values for SMD5050 LEDs.
Definition color.h:19

References APA102HD, BGR, FastLED, leds, NUM_LEDS, PIN_CLOCK, PIN_DATA, and TypicalLEDStrip.