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

◆ MirrorTriangle()

void MirrorTriangle ( )

Definition at line 512 of file funky.cpp.

512 {
513 for (int x = 1; x < 8; x++) {
514 for (int y = 0; y < x; y++) {
515 leds[XY(7 - y, x)] = leds[XY(7 - x, y)];
516 }
517 }
518}
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 CaleidoTest2().

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