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

◆ x_reverse()

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

Definition at line 19 of file xmap.h.

19 {
20 return length - 1 - x;
21}
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: