Definition at line 35 of file Codec.ino.
35 {
37 Serial.println(
"FastLED Multimedia Codec Demonstration");
38 Serial.println(
"Click buttons to decode JPEG, GIF, and MPEG1 formats");
39
40
41
43
46 .setScreenMap(
xymap.toScreenMap());
47
48
50
51
54
55
56
57
62
63 Serial.println(
"System initialized - codec demonstration ready. Click buttons to decode formats...");
64}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
static XYMap constructRectangularGrid(u16 width, u16 height, u16 offset=0) FL_NOEXCEPT
void fill_solid(CRGB *targetArray, int numToFill, const CRGB &color) FL_NOEXCEPT
Fill a range of LEDs with a solid color.
@ TypicalLEDStrip
Typical values for SMD5050 LEDs.
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
References fl::CRGB::Black, COLOR_ORDER, fl::XYMap::constructRectangularGrid(), DATA_PIN, FastLED, fill_solid(), HEIGHT, LED_TYPE, CodecProcessor::ledHeight, CodecProcessor::leds, leds, CodecProcessor::ledWidth, NUM_LEDS, CodecProcessor::numLeds, Serial, TypicalLEDStrip, WIDTH, and xymap.