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

◆ setup()

void setup ( )

Definition at line 67 of file FxFire2012.ino.

67 {
70 .setCorrection(TypicalLEDStrip)
71 .setScreenMap(screenMap)
72 .setRgbw();
73 FastLED.setBrightness(BRIGHTNESS);
74}
#define COLOR_ORDER
#define NUM_LEDS
fl::CRGB leds[NUM_LEDS]
#define LED_PIN
#define BRIGHTNESS
#define CHIPSET
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
fl::ScreenMap screenMap
Definition Corkscrew.h:101
@ TypicalLEDStrip
Typical values for SMD5050 LEDs.
Definition color.h:15

References BRIGHTNESS, CHIPSET, COLOR_ORDER, fl::ScreenMap::DefaultStrip(), FastLED, LED_PIN, leds, NUM_LEDS, screenMap, and TypicalLEDStrip.

+ Here is the call graph for this function: