Revert font table split for now

This commit is contained in:
Ben V. Brown
2017-10-07 12:19:46 +11:00
parent ee9029703b
commit aec760e4e7
4 changed files with 16 additions and 26 deletions

View File

@@ -54,7 +54,6 @@ private:
bool inLeftHandedMode; // Whether the screen is in left or not (used for offsets in GRAM)
bool displayOnOffState; // If the display is on or not
uint8_t fontWidth, fontHeight;
uint16_t fontTableLength;
int16_t cursor_x, cursor_y;
uint8_t displayOffset;
};