1
0
forked from me/IronOS

moved debugNumber into OLED class

This commit is contained in:
David P Hilton
2018-10-28 21:51:49 -06:00
parent 76b460cd77
commit 6a3ca96815
3 changed files with 16 additions and 14 deletions

View File

@@ -82,6 +82,7 @@ public:
static void drawCheckbox(bool state) {
drawSymbol((state) ? 16 : 17);
}
static void debugNumber(int32_t val);
static void drawSymbol(uint8_t symbolID);//Used for drawing symbols of a predictable width
static void drawArea(int16_t x, int8_t y, uint8_t wide, uint8_t height,
const uint8_t* ptr); //Draw an area, but y must be aligned on 0/8 offset