Fix whitespaces
This commit is contained in:
@@ -101,8 +101,8 @@ public:
|
||||
bool clear);
|
||||
static void drawHeatSymbol(uint8_t state);
|
||||
static void drawScrollIndicator(uint8_t p, uint8_t h); // Draws a scrolling position indicator
|
||||
static void transitionToContents(uint8_t *framebuffer, bool forwardNavigation);
|
||||
static void set_framebuffer(uint8_t *buffer);
|
||||
static void transitionToContents(uint8_t *framebuffer, bool forwardNavigation);
|
||||
static void set_framebuffer(uint8_t *buffer);
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user