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

Method hasScreenMap

src/fl/channels/config.h:259–259  ·  view source on GitHub ↗

@brief Check if screen map is configured @return true if screen map has been set with LEDs

Source from the content-addressed store, hash-verified

257 /// @brief Check if screen map is configured
258 /// @return true if screen map has been set with LEDs
259 bool hasScreenMap() const FL_NOEXCEPT { return mScreenMap.getLength() > 0; }
260
261 // ========== Data Members ==========
262

Callers

nothing calls this directly

Calls 1

getLengthMethod · 0.45

Tested by

no test coverage detected