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

Display refresh an display color working

This commit is contained in:
norbert-walter
2022-02-16 22:06:36 +01:00
parent ae65a13775
commit 27a00e9913
6 changed files with 187 additions and 95 deletions

View File

@@ -324,6 +324,21 @@
"obp60":"true"
}
},
{
"name": "displaycolor",
"label": "Display Color",
"type": "list",
"default": "Normal",
"description": "If display color inverse then is background black and all other white",
"list": [
"Normal",
"Inverse"
],
"category": "OBP60 Display",
"capabilities": {
"obp60":"true"
}
},
{
"name": "statusLine",
"label": "Status Line",