FastLED 3.9.15
Loading...
Searching...
No Matches
xmap.h File Reference
#include <stdint.h>
#include <string.h>
#include "fl/force_inline.h"
#include "fl/lut.h"
#include "fl/ptr.h"
#include "fl/namespace.h"
+ Include dependency graph for xmap.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fl::XMap
 

Namespaces

namespace  fl
 Implements a simple red square effect for 2D LED grids.
 

Typedefs

typedef uint16_t(* fl::XFunction) (uint16_t x, uint16_t length)
 

Functions

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