MCPcopy Create free account
hub / github.com/FastLED/FastLED / XY

Function XY

src/fl/gfx/blur.cpp.hpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33fl::u16 XY(fl::u8 x, fl::u8 y) FL_LINK_WEAK;
34
35FL_LINK_WEAK fl::u16 XY(fl::u8 x, fl::u8 y) {
36 FASTLED_UNUSED(x);
37 FASTLED_UNUSED(y);
38 FL_ERROR("XY function not provided - using default [0][0]. Use blur2d with XYMap instead");
39 return 0;
40}
41
42namespace fl {
43

Callers 2

xy_legacy_wrapperFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected