1
0
forked from me/IronOS

Mostly working, still have debugging to go

This commit is contained in:
Ben V. Brown
2019-06-17 21:28:33 +10:00
parent e81c86157b
commit 07f4164a32
8 changed files with 279 additions and 1196 deletions

View File

@@ -38,7 +38,7 @@ public:
//or we need to goto double buffering
}
static void drawChar(char c, char preCursorCommand = '\0'); // Draw a character to a specific location
static void drawChar(char c); // Draw a character to a specific location
// Turn the screen on or not
static void displayOnOff(bool on) {
displayOnOffState = on;