FastLED 3.9.15
|
#include <stdint.h>
#include <string.h>
#include "fl/force_inline.h"
#include "fl/lut.h"
#include "fl/ptr.h"
#include "fl/namespace.h"
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) |