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

◆ XY()

uint8_t XY ( uint8_t x,
uint8_t y )

Definition at line 21 of file blur.cpp.

21 {
24 FASTLED_ASSERT(false, "the user didn't provide an XY function");
25 return 0;
26}
int y
Definition Audio.ino:72
int x
Definition Audio.ino:71
#define FASTLED_UNUSED(x)
Definition unused.h:3

References FASTLED_UNUSED, x, and y.

Referenced by Fire2023(), loop(), and fl::anonymous_namespace{blur.cpp}::xy_legacy_wrapper().

+ Here is the caller graph for this function: