From 9fa961043bc0869187a448af152297e60fb534cd Mon Sep 17 00:00:00 2001 From: norbert-walter Date: Fri, 23 Aug 2024 15:21:05 +0200 Subject: [PATCH] Modify display refresh (fix multible refresh) --- lib/obp60task/obp60task.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/obp60task/obp60task.cpp b/lib/obp60task/obp60task.cpp index 363b9a3..ca3f7cf 100644 --- a/lib/obp60task/obp60task.cpp +++ b/lib/obp60task/obp60task.cpp @@ -539,8 +539,6 @@ void OBP60Task(GwApi *api){ // Full display update afer a new selected page and 4s wait time if(millis() > starttime4 + 4000 && delayedDisplayUpdate == true){ - starttime1 = millis(); - starttime2 = millis(); getdisplay().setFullWindow(); // Set full update if(FAST_FULL_UPDATE == false){ getdisplay().fillScreen(pixelcolor);// Clear display