FastLED 3.9.15
Loading...
Searching...
No Matches

◆ XY()

FL_LINK_WEAK fl::u16 XY ( fl::u8 x,
fl::u8 y )
Examples
Noise.ino, and XYMatrix.ino.

Definition at line 35 of file blur.cpp.hpp.

35 {
38 FL_ERROR("XY function not provided - using default [0][0]. Use blur2d with XYMap instead");
39 return 0;
40}
int y
Definition simple.h:93
int x
Definition simple.h:92
#define FL_ERROR(X)
Definition log.h:219
#define FASTLED_UNUSED(x)

References FASTLED_UNUSED, FL_ERROR, FL_LINK_WEAK, x, and y.

Referenced by DrawOneFrame(), loop(), and XYsafe().

+ Here is the caller graph for this function: