mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
Footer function for improved key labels, icons implemented
This commit is contained in:
@@ -10,7 +10,7 @@ int16_t lp = 80; // Pointer length
|
||||
public:
|
||||
PageWindRose(CommonData &common){
|
||||
commonData = &common;
|
||||
common.logger->logDebug(GwLog::LOG,"Show PageWindRose");
|
||||
common.logger->logDebug(GwLog::LOG,"Instantiate PageWindRose");
|
||||
}
|
||||
|
||||
// Key functions
|
||||
@@ -350,15 +350,6 @@ public:
|
||||
getdisplay().print(unit6old); // Unit
|
||||
}
|
||||
|
||||
// Key Layout
|
||||
getdisplay().setFont(&Ubuntu_Bold8pt7b);
|
||||
if(commonData->keylock == false){
|
||||
if(String(backlightMode) == "Control by Key"){ // Key for illumination
|
||||
getdisplay().setCursor(343, 290);
|
||||
getdisplay().print("[ILUM]");
|
||||
}
|
||||
}
|
||||
|
||||
// Update display
|
||||
getdisplay().nextPage(); // Partial update (fast)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user