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

◆ setup()

void setup ( )

Definition at line 23 of file Blur2d.ino.

23 {
25 .setScreenMap(xymap); // Necessary when using the FastLED web compiler to display properly on a web page.
26 FastLED.setBrightness(BRIGHTNESS);
27}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
#define NUM_LEDS
Definition Apa102.ino:6
XYMap xymap(WIDTH, HEIGHT, SERPENTINE)
#define BRIGHTNESS
Definition Blur.ino:8
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58
WS2812B controller class.
Definition FastLED.h:211
@ GRB
Green, Red, Blue (0102)
Definition eorder.h:17

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