|
FastLED 3.9.15
|
Include dependency graph for SmartMatrixSketch.h: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 |