FastLED
3.9.15
Loading...
Searching...
No Matches
◆
half_duplex_blend_linear()
uint8_t anonymous_namespace{wave_simulation.cpp}::half_duplex_blend_linear
(
uint16_t
x
)
Definition at line
24
of file
wave_simulation.cpp
.
24
{
25
x
=
MIN
(
x
, 32767);
// Q15
26
x
*= 2;
27
return
x
>> 8;
28
}
x
uint32_t x[NUM_LAYERS]
Definition
Fire2023.ino:80
MIN
#define MIN(a, b)
Definition
math_macros.h:8
References
MIN
, and
x
.
anonymous_namespace{wave_simulation.cpp}
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2