1
0
forked from me/IronOS

Expand drawChar for larger offset

This commit is contained in:
Ben V. Brown
2021-03-16 20:34:47 +11:00
parent 41f0a1f347
commit e6eb3e34bc
2 changed files with 6 additions and 5 deletions

View File

@@ -83,7 +83,7 @@ public:
static void useSecondaryFramebuffer(bool useSecondary);
private:
static void drawChar(char c); // Draw a character to a specific location
static void drawChar(const uint16_t charCode); // Draw a character to the current cursor location
static void setFramebuffer(uint8_t *buffer);
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