Go back for old version display refresh

This commit is contained in:
norbert-walter 2024-08-23 15:26:14 +02:00
parent 9fa961043b
commit 2659b1cc48
1 changed files with 0 additions and 1 deletions

View File

@ -553,7 +553,6 @@ void OBP60Task(GwApi *api){
// This needs for a better display contrast after power on in cold or warm environments // 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)){ if(millis() < firststart + (5 * 60 * 1000) && millis() > starttime1 + (60 * 1000)){
starttime1 = millis(); starttime1 = millis();
starttime2 = millis();
LOG_DEBUG(GwLog::DEBUG,"E-Ink full refresh first 5 min"); LOG_DEBUG(GwLog::DEBUG,"E-Ink full refresh first 5 min");
getdisplay().setFullWindow(); // Set full update getdisplay().setFullWindow(); // Set full update
if(FAST_FULL_UPDATE == false){ if(FAST_FULL_UPDATE == false){