FastLED 3.9.15
Loading...
Searching...
No Matches

◆ VerticalMove()

void VerticalMove ( )

Definition at line 484 of file funky.cpp.

484 {
485 for (int y = 15; y > 0; y--) {
486 for (int x = 0; x < 16; x++) {
487 leds[XY(x, y)] = leds[XY(x, y - 1)];
488 }
489 }
490}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
int y
Definition Audio.ino:72
int x
Definition Audio.ino:71
int XY(int x, int y)
Definition funky.cpp:190

References leds, x, XY(), and y.

Referenced by MSGEQtest9().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: