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

◆ xy_legacy_wrapper()

uint16_t fl::anonymous_namespace{blur.cpp}::xy_legacy_wrapper ( uint16_t x,
uint16_t y,
uint16_t width,
uint16_t height )

Definition at line 33 of file blur.cpp.

34 {
35 FASTLED_UNUSED(width);
36 FASTLED_UNUSED(height);
37 return XY(x, y);
38}
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:82
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:83
uint16_t XY(uint8_t x, uint8_t y)
Definition blur.cpp:21
#define FASTLED_UNUSED(x)
Definition unused.h:3

References FASTLED_UNUSED, x, fl::XY(), xy_legacy_wrapper(), and y.

Referenced by xy_legacy_wrapper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: