mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-09-11 19:55:14 +02:00
Small decimals: implement printBoatValue() function for flexible decimals font size of boat values; still some bugs
This commit is contained in:
@@ -1344,10 +1344,10 @@
|
||||
},
|
||||
{
|
||||
"name": "valueprecision",
|
||||
"label": "Display value precision",
|
||||
"label": "Value precision",
|
||||
"type": "list",
|
||||
"default": "2",
|
||||
"description": "Maximum number of decimal places to display [1|2]",
|
||||
"description": "Number of decimal precision on display: [1|2] decimals",
|
||||
"list": [
|
||||
"1",
|
||||
"2"
|
||||
@@ -1357,6 +1357,17 @@
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "smallDecimals",
|
||||
"label": "Display small decimals",
|
||||
"type": "boolean",
|
||||
"default": "true",
|
||||
"description": "Show decimals of values in smaller size [on|off]",
|
||||
"category": "OBP60 Display",
|
||||
"capabilities": {
|
||||
"obp60": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "backlight",
|
||||
"label": "Backlight Mode",
|
||||
|
||||
Reference in New Issue
Block a user