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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user