Definition at line 1135 of file funky.cpp.
1135 {
1136
1137 for (int size = 1; size < 200; size++) {
1143 }
1144 }
1146
1147 }
1148 for (int size = 200; size > 1; size--) {
1154 }
1155 }
1157
1158 }
1159}
uint8_t noise[NUM_LAYERS][WIDTH][HEIGHT]
void FillNoise(uint16_t x, uint16_t y, uint16_t z, uint16_t scale)
Representation of an HSV pixel (hue, saturation, value (aka brightness)).
References FillNoise(), kMatrixHeight, kMatrixWidth, leds, noise, ShowFrame(), XY(), and z.