1
0
forked from me/IronOS

Convert over C constants to python aware strings for translation

This commit is contained in:
Ben V. Brown
2019-06-18 08:40:48 +10:00
parent 07f4164a32
commit 6b558479e4
35 changed files with 6723 additions and 3452 deletions

View File

@@ -38,7 +38,6 @@ public:
//or we need to goto double buffering
}
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;
@@ -92,9 +91,7 @@ public:
bool clear);
static void drawHeatSymbol(uint8_t state);
private:
//Draw a buffer to the screen buffer
static void drawChar(char c); // Draw a character to a specific location
static const uint8_t* currentFont;// Pointer to the current font used for rendering to the buffer
static uint8_t* firstStripPtr; // Pointers to the strips to allow for buffer having extra content
static uint8_t* secondStripPtr; //Pointers to the strips