Skip to content

Commit

Permalink
Go back for old version display refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
norbert-walter committed Aug 23, 2024
1 parent 9fa9610 commit 2659b1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/obp60task/obp60task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,6 @@ void OBP60Task(GwApi *api){
// This needs for a better display contrast after power on in cold or warm environments
if(millis() < firststart + (5 * 60 * 1000) && millis() > starttime1 + (60 * 1000)){
starttime1 = millis();
starttime2 = millis();
LOG_DEBUG(GwLog::DEBUG,"E-Ink full refresh first 5 min");
getdisplay().setFullWindow(); // Set full update
if(FAST_FULL_UPDATE == false){
Expand Down

0 comments on commit 2659b1c

Please sign in to comment.