MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / drawChar2

Method drawChar2

include/VectorDisplay.h:575–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573 int16_t drawString(const char *string, int32_t x, int32_t y) { };
574
575 int16_t drawChar2(uint16_t uniCode, int32_t x, int32_t y, uint16_t a, uint16_t b) { }
576
577 // TODO: fix back color handling
578 size_t write(uint8_t c) override { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected