Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ draw
Method
draw
src/fl/gfx/tile2x2.cpp.hpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void Tile2x2_u8::draw(const CRGB &color, const XYMap &xymap, fl::span<CRGB> out) const {
39
XYDrawComposited visitor(color, xymap, out);
40
draw(xymap, visitor);
41
}
42
43
void Tile2x2_u8::scale(u8 scale) {
44
// scale the tile
Callers
nothing calls this directly
Calls
1
draw
Function · 0.85
Tested by
no test coverage detected