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

Method setScreenMap

src/fl/fx/fx2d_to_1d.h:63–63  ·  view source on GitHub ↗

@brief Set the screen map for coordinate mapping

Source from the content-addressed store, hash-verified

61
62 /// @brief Set the screen map for coordinate mapping
63 void setScreenMap(const ScreenMap &screenMap) { mScreenMap = screenMap; }
64
65 /// @brief Set the interpolation mode
66 void setInterpolationMode(InterpolationMode mode) {

Callers 15

FL_TEST_FILEFunction · 0.45
channel.cppFile · 0.45
setupFunction · 0.45
setupFunction · 0.45
setupFunction · 0.45
wavefx_setupFunction · 0.45
setupFunction · 0.45
initPanelsFunction · 0.45
setupFunction · 0.45
setupFunction · 0.45
setupFunction · 0.45
setupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected