Definition at line 113 of file Audio.ino.
113 {
114
116
117 for (
int i = 0; i <
NUM_LEDS; ++i) {
120 }
121 }
122
126 memcpy(row1, row2,
WIDTH *
sizeof(
CRGB));
127 }
130}
CRGB framebuffer[NUM_LEDS]
XYMap frameBufferXY(WIDTH, HEIGHT, IS_SERPINTINE)
UISlider fadeToBlack("Fade to black by", 5, 0, 20, 1)
Representation of an RGB pixel (Red, Green, Blue)
References fadeToBlack, framebuffer, frameBufferXY, HEIGHT, NUM_LEDS, WIDTH, and y.
Referenced by loop().