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

◆ map8_to_16()

LIB8STATIC_ALWAYS_INLINE uint16_t map8_to_16 ( uint8_t x)

Definition at line 25 of file intmap.h.

25 {
26 return uint16_t(x) * 0x101;
27}
int x
Definition Audio.ino:71

References LIB8STATIC_ALWAYS_INLINE, and x.

Referenced by fl::five_bit_hd_gamma_function(), PixelController< RGB_ORDER, LANES, MASK >::loadAndScale_WS2816_HD(), and sqrt8().

+ Here is the caller graph for this function: