FastLED 3.9.15
Loading...
Searching...
No Matches
Blur2d.ino File Reference
#include "fl/ui.h"
#include "fl/xymap.h"
#include <FastLED.h>
+ Include dependency graph for Blur2d.ino:

Go to the source code of this file.

Macros

#define BLUR_AMOUNT   172
 
#define BRIGHTNESS   255
 
#define DATA_PIN   2
 
#define HEIGHT   22
 
#define NUM_LEDS   (WIDTH * HEIGHT)
 
#define SERPENTINE   true
 
#define WIDTH   22
 

Functions

void loop ()
 
void setup ()
 

Variables

CRGB leds [NUM_LEDS]
 
uint8_t pos = 0
 
bool toggle = false
 
XYMap xymap (WIDTH, HEIGHT, SERPENTINE)