Definition at line 106 of file Noise.ino.
106 {
107 static uint8_t ihue=0;
111
112
113
115
116
117
118 }
119 }
120 ihue+=1;
121
123
124}
CFastLED FastLED
Global LED strip management instance.
uint8_t noise[NUM_LAYERS][WIDTH][HEIGHT]
uint16_t XY(uint8_t x, uint8_t y)
Representation of an HSV pixel (hue, saturation, value (aka brightness)).
References FastLED, fillnoise8(), kMatrixHeight, kMatrixWidth, leds, noise, and XY().