1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-02-11 07:03:07 +01:00

Add PageDigitalOut

This commit is contained in:
norbert-walter
2026-01-30 17:26:10 +01:00
parent 1da26a90ec
commit d19da640ae
6 changed files with 164 additions and 61 deletions

View File

@@ -33,22 +33,14 @@ bool showValues = false; // Show values HDT, SOG, DBT in navigation map
imageBackupData = (uint8_t*)heap_caps_malloc((GxEPD_WIDTH * GxEPD_HEIGHT), MALLOC_CAP_SPIRAM);
}
<<<<<<< Updated upstream
// Set botton labels
=======
>>>>>>> Stashed changes
virtual void setupKeys(){
Page::setupKeys();
commonData->keydata[0].label = "ZOOM -";
commonData->keydata[1].label = "ZOOM +";
commonData->keydata[4].label = "VALUES";
<<<<<<< Updated upstream
}
=======
}
>>>>>>> Stashed changes
virtual int handleKey(int key){
// Code for keylock
if(key == 11){
@@ -491,11 +483,7 @@ bool showValues = false; // Show values HDT, SOG, DBT in navigation map
getdisplay().setCursor(70, 85);
getdisplay().print(svalue6);
}
<<<<<<< Updated upstream
=======
>>>>>>> Stashed changes
return PAGE_UPDATE;
};
};