FastLED 3.9.15
|
#include "FastLED.h"
#include "Arduino.h"
#include "fx/2d/noisepalette.h"
#include "fx/fx_engine.h"
#include "fx/video.h"
#include "fl/file_system.h"
#include "fl/ui.h"
#include "fl/screenmap.h"
Go to the source code of this file.
Macros | |
#define | CHIP_SELECT_PIN 5 |
#define | COLOR_ORDER GRB |
#define | FPS 60 |
#define | IS_SERPINTINE true |
#define | LED_PIN 2 |
#define | LED_TYPE WS2811 |
#define | MATRIX_HEIGHT 32 |
#define | MATRIX_WIDTH 32 |
#define | NUM_LEDS (MATRIX_WIDTH * MATRIX_HEIGHT) |
#define | NUM_VIDEO_FRAMES 2 |
Functions | |
void | loop () |
void | setup () |
Variables | |
UIDescription | description ("Video data is streamed off of a SD card and displayed on a LED strip. The video data is mapped to the LED strip using a ScreenMap.") |
FileSystem | filesystem |
bool | gError = false |
CRGB | leds [NUM_LEDS] |
ScreenMap | screenMap |
UITitle | title ("SDCard Demo - Mapped Video") |
Video | video |
Video | video2 |
UISlider | videoSpeed ("Video Speed", 1.0f, -1, 2.0f, 0.01f) |
UINumberField | whichVideo ("Which Video", 0, 0, 1) |