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

Method drawString

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

Source from the content-addressed store, hash-verified

569 int16_t drawCentreString(const String& string, int32_t x, int32_t y, uint8_t font) { }
570
571 int16_t drawString(const String& string, int32_t x, int32_t y) { }
572
573 int16_t drawString(const char *string, int32_t x, int32_t y) { };
574

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected