|
FastLED 3.9.15
|
#include "fl/stl/compiler_control.h"#include "fl/math/math.h"#include "fl/math/lut.h"#include "fl/stl/type_traits.h"#include "fl/stl/int.h"#include "fl/stl/noexcept.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 |
| Base definition for an LED controller. | |
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) FL_NOEXCEPT |
| FASTLED_FORCE_INLINE u16 | fl::xy_serpentine (u16 x, u16 y, u16 width, u16 height) FL_NOEXCEPT |