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

◆ setup()

void setup ( )

Definition at line 42 of file Blur2d.ino.

42 {
44 .setScreenMap(xymap); // Necessary when using the FastLED web compiler to display properly on a web page.
45 FastLED.setBrightness(BRIGHTNESS);
46 Serial.println("setup");
47}
CRGB leds[NUM_LEDS]
#define NUM_LEDS
#define DATA_PIN
XYMap xymap(WIDTH, HEIGHT, SERPENTINE)
#define BRIGHTNESS
Definition Blur.ino:8
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:74
WS2812B controller class.
Definition FastLED.h:236
@ GRB
Green, Red, Blue (0102)
Definition eorder.h:16

References BRIGHTNESS, DATA_PIN, FastLED, fl::GRB, leds, NUM_LEDS, and xymap.