Small decimals: implement printBoatValue() function for flexible decimals font size of boat values; still some bugs

This commit is contained in:
Ulrich Meine
2026-08-24 23:09:19 +02:00
parent fecb9a8043
commit 99f88cca3f
7 changed files with 211 additions and 96 deletions
+13 -2
View File
@@ -1298,10 +1298,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"
@@ -1311,6 +1311,17 @@
"obp70":"true"
}
},
{
"name": "smallDecimals",
"label": "Display small decimals",
"type": "boolean",
"default": "true",
"description": "Show decimals of values in smaller size [on|off]",
"category": "OBP70 Display",
"capabilities": {
"obp70": "true"
}
},
{
"name": "backlight",
"label": "Backlight Mode",