1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-03-28 18:06:37 +01:00

Add friendly color names to color class for system page display

This commit is contained in:
2025-07-31 14:23:11 +02:00
parent 7edd201daa
commit 32ba4a64ed
3 changed files with 28 additions and 2 deletions

View File

@@ -310,7 +310,7 @@ private:
getdisplay().setCursor(202, y0 + 80);
getdisplay().print("Bl color:");
getdisplay().setCursor(320, y0 + 80);
getdisplay().print(commonData->backlight.color);
getdisplay().print(commonData->backlight.color.toName());
getdisplay().setCursor(202, y0 + 96);
getdisplay().print("Bl mode:");
getdisplay().setCursor(320, y0 + 96);