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

◆ setf()

void fl::WaveSimulation2D_Real::setf ( size_t x,
size_t y,
float value )

Definition at line 194 of file wave_simulation_real.cpp.

194 {
195 int16_t v = float_to_fixed(value);
196 return seti16(x, y, v);
197}
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:80
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:81
void seti16(size_t x, size_t y, int16_t value)
int16_t float_to_fixed(float f)

References fl::wave_detail::float_to_fixed(), seti16(), x, and y.

+ Here is the call graph for this function: