Show clearer indexing string

This commit is contained in:
Dave Allie
2025-12-13 16:02:27 +11:00
parent 11857183cc
commit 33e1499175
4 changed files with 12 additions and 1 deletions
+2
View File
@@ -46,7 +46,9 @@ class GfxRenderer {
int getLineHeight(int fontId) const;
// Low level functions
uint8_t* getFrameBuffer() const;
void swapBuffers() const;
void grayscaleRevert() const;
void copyGrayscaleLsbBuffers() const;
void copyGrayscaleMsbBuffers() const;
void displayGrayBuffer() const;