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

◆ geti8()

int8_t fl::WaveSimulation2D_Real::geti8 ( size_t x,
size_t y ) const
inline

Definition at line 145 of file wave_simulation_real.h.

145 {
146 return static_cast<int8_t>(geti16(x, y) >> 8);
147 }
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:80
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:81
int16_t geti16(size_t x, size_t y) const

References geti16(), x, and y.

+ Here is the call graph for this function: