FastLED 3.9.15
Loading...
Searching...
No Matches
Codec.ino File Reference
#include <FastLED.h>
#include "fl/system/sketch_macros.h"
#include "fl/ui/ui.h"
#include "fl/stl/string.h"
#include "fl/math/xymap.h"
#include "inlined_data.h"
#include "codec_processor.h"
+ Include dependency graph for Codec.ino:

Go to the source code of this file.

Macros

#define COLOR_ORDER   GRB
 
#define DATA_PIN   3
 
#define HEIGHT   32
 
#define LED_TYPE   WS2812B
 
#define NUM_LEDS   WIDTH*HEIGHT
 
#define WIDTH   32
 

Functions

void loop ()
 
void setup ()
 

Variables

fl::string formatNames [] = {"JPEG", "GIF", "MPEG1"}
 
fl::UIButton gifButton ("GIF")
 
fl::UIButton jpegButton ("JPEG")
 
CRGB leds [NUM_LEDS]
 
fl::UIButton mpeg1Button ("MPEG1")