Definition at line 134 of file simple.h.
134 {
135
137
138 for (
int i = 0; i <
NUM_LEDS; ++i) {
141 }
142 }
143
147 memcpy(row1, row2,
WIDTH *
sizeof(
CRGB));
148 }
151}
UISlider fadeToBlack("Fade to black by", 5, 0, 20, 1)
CRGB framebuffer[NUM_LEDS]
XYMap frameBufferXY(WIDTH, HEIGHT, IS_SERPINTINE)
void * memfill(void *ptr, int value, fl::size num)
Representation of an RGB pixel (Red, Green, Blue)
References fadeToBlack(), framebuffer, frameBufferXY(), HEIGHT, fl::memfill(), NUM_LEDS, WIDTH, and y.
Referenced by loop().