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

◆ RainbowTriangle()

void RainbowTriangle ( )

Definition at line 522 of file funky.cpp.

522 {
523 for (int i = 0; i < 8; i++) {
524 for (int j = 0; j <= i; j++) {
525 Pixel(7 - i, j, i * j * 4);
526 }
527 }
528}
void Pixel(int x, int y, byte color)
Definition funky.cpp:234

References Pixel().

+ Here is the call graph for this function: