MCPcopy Create free account
hub / github.com/BruceDevices/firmware / drawCentreString

Method drawCentreString

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

Source from the content-addressed store, hash-verified

876 }
877
878 int16_t drawCentreString(const char *string, int32_t x, int32_t y, uint8_t font) {
879 // TODO: add spaces
880 return drawString(string, x, y);
881 }
882
883 int16_t drawCentreString(const String &string, int32_t x, int32_t y, uint8_t font) {
884 return drawCentreString(string.c_str(), x, y, font);

Callers 1

drawTitleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected