1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 06:53:07 +01:00

Page info in footer line

This commit is contained in:
norbert-walter
2022-03-10 21:14:40 +01:00
parent 154fc108a0
commit f73ccfbe5c
13 changed files with 30 additions and 22 deletions

View File

@@ -339,9 +339,9 @@ public:
// Key Layout
display.setTextColor(textcolor);
display.setFont(&Ubuntu_Bold8pt7b);
display.setCursor(115, 290);
display.setCursor(130, 290);
if(keylock == false){
display.print(" [ <<<<<< >>>>>> ]");
display.print("[ <<<< " + String(commonData.data.actpage) + "/" + String(commonData.data.maxpage) + " >>>> ]");
if(String(backlightMode) == "Control by Key"){ // Key for illumination
display.setCursor(343, 290);
display.print("[ILUM]");