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

◆ RotateTriangle()

void RotateTriangle ( )

Definition at line 503 of file funky.cpp.

503 {
504 for (int x = 1; x < 8; x++) {
505 for (int y = 0; y < x; y++) {
506 leds[XY(x, 7 - y)] = leds[XY(7 - x, y)];
507 }
508 }
509}
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 CaleidoTest1().

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