25 #include "StringWriter.h" 30 bool charWasWritten =
false;
36 if (digit >= numDigits)
break;
43 charWasWritten =
false;
48 charWasWritten =
true;
55 for (; digit < numDigits; digit++) {
uint8_t getNumDigits()
Get the number of digits.
void writeStringAt(uint8_t digit, const char *s, bool padRight=false)
Write the string beginning at the specified position, filling up to numDigits.
void writeDecimalPointAt(uint8_t digit, bool state=true)
Write the decimal point at digit.
void writeCharAt(uint8_t digit, char c)
Write the character at the specified position.