Definition at line 128 of file FxSdCard.ino.
128 {
130 Serial.println(
"Sketch setup");
131
133 Serial.println(
"Failed to initialize file system.");
134 }
135
136
137
138
140 "data/video.fled", "data/video.rgb",
143
145 "data/color_line_bubbles.fled", "data/color_line_bubbles.rgb",
148
149
154 Serial.println(
"FastLED setup done");
155}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
fl::Video video(NUM_LEDS, 2.0f)
fl::Video openVideoEitherFormat(const char *fledPath, const char *rgbPath, const char *sidecarScreenmapPath, fl::ScreenMap *outScreenMap)
fl::FileSystem filesystem
@ TypicalLEDStrip
Typical values for SMD5050 LEDs.
References CHIP_SELECT_PIN, COLOR_ORDER, FastLED, filesystem, gError, LED_PIN, LED_TYPE, leds, NUM_LEDS, openVideoEitherFormat(), screenMap, Serial, TypicalLEDStrip, video, and video2.