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

◆ setup()

void setup ( )

Definition at line 66 of file FunkyClouds.ino.

66 {
67 // use the following line only when working with a 16*16
68 // and delete everything in the function RenderCustomMatrix()
69 // at the end of the code; edit XY() to change your matrix layout
70 // right now it is doing a serpentine mapping
71
72 // just for debugging:
73 // Serial.begin(9600);
74 Serial.begin(38400);
75 InitFunky();
76}
void InitFunky()
Definition funky.cpp:1298

References InitFunky().

+ Here is the call graph for this function: