FastLED 3.9.15
|
#include "fl/int.h"
#include "fl/namespace.h"
#include "fl/force_inline.h"
#include "fl/pair.h"
#include <string.h>
#include "crgb.h"
#include "fl/clamp.h"
#include "fl/lut.h"
#include "fl/memory.h"
#include "fl/deprecated.h"
#include "fl/xmap.h"
Go to the source code of this file.
Classes | |
class | fl::XYMap |
Namespaces | |
namespace | fl |
IMPORTANT! | |
Typedefs | |
typedef u16(* | fl::XYFunction) (u16 x, u16 y, u16 width, u16 height) |
Functions | |
FASTLED_FORCE_INLINE u16 | fl::xy_line_by_line (u16 x, u16 y, u16 width, u16 height) |
FASTLED_FORCE_INLINE u16 | fl::xy_serpentine (u16 x, u16 y, u16 width, u16 height) |