|
FastLED 3.9.15
|
Functions | |
| void | displayFrameOnLEDs (const fl::Frame &frame) |
| CRGB | getPixelFromFrame (const fl::Frame &frame, int x, int y) |
| void | processCodecWithTiming (const char *codecName, fl::function< void()> codecFunc) |
| void | processGif () |
| void | processJpeg () |
| void | processMpeg1 () |
| void | showDecodedMessage (const char *format) |
Variables | |
| int | ledHeight = 64 |
| CRGB * | leds = nullptr |
| int | ledWidth = 64 |
| int | numLeds = 0 |
| const int | TARGET_FPS = 30 |