move requestResync to HAL

This commit is contained in:
Xuan Son Nguyen
2026-02-16 10:56:40 +01:00
parent c14dc4c109
commit fd933ba368
5 changed files with 13 additions and 15 deletions
-1
View File
@@ -70,7 +70,6 @@ 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;