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

◆ InitFunky()

void InitFunky ( )

Definition at line 1298 of file funky.cpp.

1298 {
1299 InitMSGEQ7();
1300
1301 x = random16();
1302 y = random16();
1303 z = random16();
1304
1305 x2 = random16();
1306 y2 = random16();
1307 z2 = random16();
1308 InitGraphics();
1309
1310}
int y
Definition Audio.ino:72
int x
Definition Audio.ino:71
uint32_t z[NUM_LAYERS]
Definition Fire2023.ino:84
void InitMSGEQ7()
Definition funky.cpp:261
uint16_t z2
Definition funky.cpp:96
uint16_t y2
Definition funky.cpp:95
uint16_t x2
Definition funky.cpp:94
void InitGraphics()
Definition gfx.cpp:10
LIB8STATIC uint16_t random16()
Generate a 16-bit random number.
Definition random8.h:56

References InitGraphics(), InitMSGEQ7(), random16(), x, x2, y, y2, z, and z2.

Referenced by setup().

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