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

Header switcheable between text and symbol view, symbols added

This commit is contained in:
2025-01-27 17:48:37 +01:00
parent 3412da8e18
commit b50d82eff0
5 changed files with 121 additions and 13 deletions

View File

@@ -898,6 +898,21 @@
"obp60":"true"
}
},
{
"name": "headerFormat",
"label": "Header Format",
"type": "list",
"default":"TEXT",
"description": "Header format: Text or Symbols",
"list": [
{"l":"Text","v":"TEXT"},
{"l":"Symbols","v":"ICON"}
],
"category":"OBP60 Pages",
"capabilities": {
"obp60":"true"
}
},
{
"name": "imageFormat",
"label": "Screenshot Format",