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

Go to the source code of this file.

Classes

class  fl::XYMap
 

Namespaces

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

Typedefs

typedef uint16_t(* fl::XYFunction) (uint16_t x, uint16_t y, uint16_t width, uint16_t height)
 

Functions

FASTLED_FORCE_INLINE uint16_t fl::xy_line_by_line (uint16_t x, uint16_t y, uint16_t width, uint16_t height)
 
FASTLED_FORCE_INLINE uint16_t fl::xy_serpentine (uint16_t x, uint16_t y, uint16_t width, uint16_t height)