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

Method drawCentreString

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

Source from the content-addressed store, hash-verified

564 int16_t drawRightString(const String& string, int32_t x, int32_t y, uint8_t font) { }
565
566 int16_t drawCentreString(const char *string, int32_t x, int32_t y, uint8_t font) { }
567
568
569 int16_t drawCentreString(const String& string, int32_t x, int32_t y, uint8_t font) { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected