1
0
forked from me/IronOS

Make zero suppression optional

This commit is contained in:
Ben V. Brown
2019-12-31 22:58:52 +11:00
parent 7683ad155d
commit 26bf31ae64
2 changed files with 4 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ public:
drawArea(x, 0, width, 16, buffer);
}
// Draws an image to the buffer, at x offset from top to bottom (fixed height renders)
static void printNumber(uint16_t number, uint8_t places);
static void printNumber(uint16_t number, uint8_t places,bool noLeaderZeros=true);
// Draws a number at the current cursor location
// Clears the buffer
static void clearScreen() {