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

◆ setup()

void setup ( )

Definition at line 30 of file FxCylon.ino.

30 {
32 FastLED.addLeds<WS2812,DATA_PIN,RGB>(leds,NUM_LEDS).setRgbw().setScreenMap(screenMap);
33 FastLED.setBrightness(84);
34}
#define NUM_LEDS
fl::CRGB leds[NUM_LEDS]
#define DATA_PIN
Definition ClientReal.h:82
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
static ScreenMap DefaultStrip(int numLeds, float cm_between_leds=1.5f, float cm_led_diameter=0.2f, float completion=.9f) FL_NOEXCEPT
constexpr EOrder RGB
Definition eorder.h:17
fl::ScreenMap screenMap
Definition Corkscrew.h:101

References DATA_PIN, fl::ScreenMap::DefaultStrip(), FastLED, leds, NUM_LEDS, RGB, and screenMap.

+ Here is the call graph for this function: