From b10792b243d9c101f0fbc19b7e789418471b7d56 Mon Sep 17 00:00:00 2001 From: Norbert Walter Date: Sat, 28 Feb 2026 23:42:10 +0000 Subject: [PATCH] Fix for display flicker by display refresh --- lib/obp60task/obp60task.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/obp60task/obp60task.cpp b/lib/obp60task/obp60task.cpp index fba82ac..7e1a631 100644 --- a/lib/obp60task/obp60task.cpp +++ b/lib/obp60task/obp60task.cpp @@ -839,7 +839,9 @@ void OBP60Task(GwApi *api){ // Clear display // getdisplay().fillRect(0, 0, getdisplay().width(), getdisplay().height(), commonData.bgcolor); + #ifndef DISPLAY_ST7796 getdisplay().fillScreen(commonData.bgcolor); // Clear display + #endif // Show header if enabled if (pages[pageNumber].description && pages[pageNumber].description->header or systemPage){