Second part of upstream PR 1607

This commit is contained in:
jpirnay
2026-04-09 14:04:59 +02:00
parent 817187a415
commit 5e7d4a0e11
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -188,4 +188,7 @@ class GfxRenderer {
// Low level functions
uint8_t* getFrameBuffer() const;
size_t getBufferSize() const;
uint16_t getDisplayWidth() const { return panelWidth; }
uint16_t getDisplayHeight() const { return panelHeight; }
uint16_t getDisplayWidthBytes() const { return panelWidthBytes; }
};