Definition at line 386 of file funky.cpp.
386 {
387 for (
int x = 1;
x < 8;
x++) {
389 }
390 for (
int x = 2;
x < 8;
x++) {
392 }
393 for (
int x = 3;
x < 8;
x++) {
395 }
396 for (
int x = 4;
x < 8;
x++) {
398 }
399 for (
int x = 5;
x < 8;
x++) {
401 }
402 for (
int x = 6;
x < 8;
x++) {
404 }
405 for (
int x = 7;
x < 8;
x++) {
407 }
408}
References leds, x, and XY().
Referenced by Mandala8(), MSGEQtest7(), and MSGEQtest8().