adds x3 commands for refresh types

This commit is contained in:
Justin Mitchell
2026-02-13 15:27:13 -05:00
parent d4eb089e49
commit 6114b80e5d
6 changed files with 44 additions and 9 deletions
+1
View File
@@ -70,6 +70,7 @@ class GfxRenderer {
// Screen ops
int getScreenWidth() const;
int getScreenHeight() const;
void requestResync(uint8_t settlePasses = 0) const { display.requestResync(settlePasses); }
void displayBuffer(HalDisplay::RefreshMode refreshMode = HalDisplay::FAST_REFRESH) const;
// EXPERIMENTAL: Windowed update - display only a rectangular region
// void displayWindow(int x, int y, int width, int height) const;