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

◆ XY()

uint16_t XY ( uint8_t x,
uint8_t y )
Examples
Noise.ino, NoisePlusPalette.ino, SmartMatrix.ino, and XYMatrix.ino.

Definition at line 26 of file colorutils.cpp.

26 {
29 assert(false); // The user didn't provide an XY function, so we'll assert here.
30 return 0;
31}
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:80
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:81
#define assert(x)
#define FASTLED_UNUSED(x)
Definition unused.h:3

References assert, FASTLED_UNUSED, x, and y.

Referenced by DrawOneFrame(), loop(), mapNoiseToLEDsUsingPalette(), FASTLED_NAMESPACE_BEGIN::xy_legacy_wrapper(), and XYsafe().

+ Here is the caller graph for this function: