Definition at line 72 of file FxSdCard.ino.
72 {
73 Serial.begin(115200);
74 Serial.println("Sketch setup");
76 Serial.println("Failed to initialize file system.");
77 }
78
79
80
81
82
83
88 return;
89 }
94 return;
95 }
98 if (!ok) {
99 Serial.println("Failed to read screen map");
101 return;
102 }
103
108 Serial.println("FastLED setup done");
109}
CFastLED FastLED
Global LED strip management instance.
@ TypicalLEDStrip
Typical values for SMD5050 LEDs.
References CHIP_SELECT_PIN, COLOR_ORDER, FastLED, FASTLED_WARN, filesystem, FPS, gError, LED_PIN, LED_TYPE, leds, NUM_LEDS, screenMap, TypicalLEDStrip, video, and video2.