FastLED 3.9.15
Loading...
Searching...
No Matches
SmartMatrix.ino File Reference

Detailed Description

Demonstrates how to use FastLED with the SmartMatrix library.

Definition in file SmartMatrix.ino.

#include <SmartMatrix.h>
#include <FastLED.h>
+ Include dependency graph for SmartMatrix.ino:

Go to the source code of this file.

Macros

#define kMatrixHeight   32
 
#define kMatrixWidth   32
 
#define NUM_LEDS   (kMatrixWidth * kMatrixHeight)
 

Functions

void fillnoise8 ()
 
void loop ()
 
void setup ()
 
uint16_t XY (uint8_t x, uint8_t y)
 

Variables

const bool kMatrixSerpentineLayout = false
 
CRGB leds [kMatrixWidth *kMatrixHeight]
 
uint8_t noise [kMatrixWidth][kMatrixHeight]
 
uint16_t scale = 31
 
uint16_t speed = 20
 
static uint16_t x
 
static uint16_t y
 
static uint16_t z