FastLED 3.9.15
|
#include <stdint.h>
#include "fl/ptr.h"
#include "fl/force_inline.h"
#include "fl/allocator.h"
#include "fl/namespace.h"
Go to the source code of this file.
Classes | |
class | fl::LUT< T > |
struct | fl::pair_xy< T > |
Namespaces | |
namespace | fl |
Implements a simple red square effect for 2D LED grids. | |
Typedefs | |
typedef LUT< uint16_t > | fl::LUT16 |
typedef LUT< pair_xy_float > | fl::LUTXYFLOAT |
using | fl::pair_xy_float = pair_xy<float> |
Functions | |
fl::FASTLED_SMART_PTR_NO_FWD (LUT16) | |
fl::FASTLED_SMART_PTR_NO_FWD (LUTXYFLOAT) | |