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

◆ x_linear()

FASTLED_FORCE_INLINE uint16_t fl::x_linear ( uint16_t x,
uint16_t length )

Definition at line 14 of file xmap.h.

14 {
15 (void)length;
16 return x;
17}
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:80

References FASTLED_FORCE_INLINE, and x.

Referenced by fl::XMap::mapToIndex().

+ Here is the caller graph for this function: