FastLED
3.9.15
Loading...
Searching...
No Matches
◆
map8_to_32()
LIB8STATIC_ALWAYS_INLINE
uint32_t map8_to_32
(
uint8_t
x
)
Definition at line
43
of file
intmap.h
.
43
{
44
return
uint32_t(
x
) * 0x1010101;
45
}
x
uint32_t x[NUM_LAYERS]
Definition
Fire2023.ino:80
References
LIB8STATIC_ALWAYS_INLINE
, and
x
.
Integer Mapping Functions
Generated on Fri Apr 18 2025 03:39:31 for FastLED by
1.13.2