Second part of upstream PR 1607
This commit is contained in:
@@ -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; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user