1
0
forked from me/IronOS

Add method to draw a scrolling indicator

This commit is contained in:
Patrick Horlebein
2020-04-03 16:58:53 +02:00
parent d45b1d7e27
commit 74d144eef8
2 changed files with 20 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ public:
static void drawFilledRect(uint8_t x0, uint8_t y0, uint8_t x1, uint8_t y1,
bool clear);
static void drawHeatSymbol(uint8_t state);
static void drawScrollIndicator(uint8_t p, uint8_t h); // Draws a scrolling position indicator
private:
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