14#include <SmartMatrix.h>
17#define kMatrixWidth 32
18#define kMatrixHeight 32
21#define NUM_LEDS (kMatrixWidth * kMatrixHeight)
26uint16_t
XY( uint8_t
x, uint8_t
y)
99 int ioffset =
scale * i;
101 int joffset =
scale * j;
110 static uint8_t circlex = 0;
111 static uint8_t circley = 0;
113 static uint8_t ihue=0;
void * pSmartMatrix
Pointer to the matrix object when using the Smart Matrix Library.
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
uint8_t noise[NUM_LAYERS][WIDTH][HEIGHT]
fl::UISlider scale("Scale", 4,.1, 4,.1)
#define kMatrixSerpentineLayout
uint16_t XY(uint8_t x, uint8_t y)
fl::u8 inoise8(fl::u16 x, fl::u16 y, fl::u16 z)
LIB8STATIC fl::u16 random16() FL_NOEXCEPT
Generate a 16-bit random number.