Skip to content

Commit

Permalink
Modify display refresh (fix multible refresh)
Browse files Browse the repository at this point in the history
  • Loading branch information
norbert-walter committed Aug 23, 2024
1 parent 57fbaf3 commit 9fa9610
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/obp60task/obp60task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fa9610

Please sign in to comment.