Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ setSourceXYMap
Method
setSourceXYMap
src/fl/math/screenmap.cpp.hpp:600–602 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
598
}
599
600
void ScreenMap::setSourceXYMap(const fl::shared_ptr<XYMap>& xymap) {
601
mSourceXYMap = xymap;
602
}
603
604
const XYMapPtr& ScreenMap::getSourceXYMapPtr() const {
605
return mSourceXYMap;
Callers
1
toScreenMap
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected