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

Method drawRightString

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

Source from the content-addressed store, hash-verified

560 void setTextWrap(bool w) { }
561
562 int16_t drawRightString(const char *string, int32_t x, int32_t y, uint8_t font) { }
563
564 int16_t drawRightString(const String& string, int32_t x, int32_t y, uint8_t font) { }
565

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected