25 #ifndef ACE_SEGMENT_STRING_WRITER_H 26 #define ACE_SEGMENT_STRING_WRITER_H 29 #include "CharWriter.h" 42 mCharWriter(charWriter)
54 void writeStringAt(uint8_t digit,
const char* s,
bool padRight =
false);
Class that writes out a string, collapsing '.
void writeStringAt(uint8_t digit, const char *s, bool padRight=false)
Write the string beginning at the specified position, filling up to numDigits.
StringWriter(CharWriter *charWriter)
Constructor.
The CharWriter supports mapping of ASCII (0 - 127) characters to segment patterns supported by Render...