MCPcopy 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
38void 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
43void Tile2x2_u8::scale(u8 scale) {
44 // scale the tile

Callers

nothing calls this directly

Calls 1

drawFunction · 0.85

Tested by

no test coverage detected