mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 06:23:07 +01:00
Go back for old version display refresh
This commit is contained in:
@@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user