FastLED
3.9.15
Loading...
Searching...
No Matches
◆
triggerRipple()
void triggerRipple
(
WaveSimulation2D
&
waveSim
)
Definition at line
60
of file
Wave2d.ino
.
60
{
61
int
x
= random() %
WIDTH
;
62
int
y
= random() %
HEIGHT
;
63
waveSim
.setf(
x
,
y
, 1);
64
}
y
int y
Definition
Audio.ino:72
WIDTH
#define WIDTH
Definition
Audio.ino:33
x
int x
Definition
Audio.ino:71
HEIGHT
#define HEIGHT
Definition
Audio.ino:32
waveSim
WaveSimulation1D waveSim(NUM_LEDS, SuperSample::SUPER_SAMPLE_2X)
References
HEIGHT
,
waveSim
,
WIDTH
,
x
, and
y
.
examples
Wave2d
Wave2d.ino
Generated on Thu May 29 2025 04:44:57 for FastLED by
1.13.2