FastLED 3.9.3
|
Demonstrates how to use FastLED with the SmartMatrix library.
Definition in file SmartMatrix.ino.
Go to the source code of this file.
Macros | |
#define | kMatrixWidth 32 |
#define | kMatrixHeight 32 |
#define | NUM_LEDS (kMatrixWidth * kMatrixHeight) |
Functions | |
uint16_t | XY (uint8_t x, uint8_t y) |
void | setup () |
void | fillnoise8 () |
void | loop () |
Variables | |
const bool | kMatrixSerpentineLayout = false |
CRGB | leds [kMatrixWidth *kMatrixHeight] |
uint16_t | speed = 20 |
uint16_t | scale = 31 |
uint8_t | noise [kMatrixWidth][kMatrixHeight] |
#define kMatrixHeight 32 |
Definition at line 14 of file SmartMatrix.ino.
#define kMatrixWidth 32 |
Definition at line 13 of file SmartMatrix.ino.
#define NUM_LEDS (kMatrixWidth * kMatrixHeight) |
Definition at line 17 of file SmartMatrix.ino.
void fillnoise8 | ( | ) |
Definition at line 93 of file SmartMatrix.ino.
void loop | ( | ) |
Definition at line 105 of file SmartMatrix.ino.
void setup | ( | ) |
Definition at line 70 of file SmartMatrix.ino.
uint16_t XY | ( | uint8_t | x, |
uint8_t | y ) |
Definition at line 22 of file SmartMatrix.ino.
const bool kMatrixSerpentineLayout = false |
Definition at line 15 of file SmartMatrix.ino.
CRGB leds[kMatrixWidth *kMatrixHeight] |
Definition at line 19 of file SmartMatrix.ino.
uint8_t noise[kMatrixWidth][kMatrixHeight] |
Definition at line 68 of file SmartMatrix.ino.
uint16_t scale = 31 |
Definition at line 65 of file SmartMatrix.ino.
uint16_t speed = 20 |
Definition at line 54 of file SmartMatrix.ino.