1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 16:25:19 +03:00

Adds four switch indicator elements to the OSD

This commit is contained in:
Darren Lines 2022-01-08 21:36:00 +00:00
parent 02ea424b9b
commit 4c0e196a18
23 changed files with 881 additions and 768 deletions

View file

@ -3328,6 +3328,21 @@
"osdElement_ESC_TEMPERATURE_HELP": {
"message": "Temperature of the ESC read from DSHOT telemetry"
},
"osdGroupSwitchIndicators": {
"message": "Switch Indicators"
},
"osdElement_SWITCH_INDICATOR_0": {
"message": "Switch Indicator 1"
},
"osdElement_SWITCH_INDICATOR_1": {
"message": "Switch Indicator 2"
},
"osdElement_SWITCH_INDICATOR_2": {
"message": "Switch Indicator 3"
},
"osdElement_SWITCH_INDICATOR_3": {
"message": "Switch Indicator 4"
},
"osdGroupGVars": {
"message": "Global Variables"
},
@ -3409,6 +3424,21 @@
"osd_dji_cn_alternating_duration": {
"message" : "Craft Name alternating duration (in 1/10 sec)"
},
"osd_switch_indicator_settings": {
"message" : "Switch Indicator Settings"
},
"osdSwitchInd0": {
"message" : "Switch 1"
},
"osdSwitchInd1": {
"message" : "Switch 2"
},
"osdSwitchInd2": {
"message" : "Switch 3"
},
"osdSwitchInd3": {
"message" : "Switch 4"
},
"osd_font_default": {
"message" : "Default"
},

View file

@ -3158,6 +3158,9 @@ var mspHelper = (function (gui) {
(new Uint32Array(buf))[0] = fi32;
value = (new Float32Array(buf))[0];
break;
case "string":
value = resp.data.readString();
break;
default:
throw "Unknown setting type " + setting.type;
}
@ -3201,6 +3204,11 @@ var mspHelper = (function (gui) {
var if32 = (new Uint32Array(buf))[0];
data.push32(if32);
break;
case "string":
for (var ii = 0; ii < value.length; ii++) {
data.push(value.charCodeAt(ii));
}
break;
default:
throw "Unknown setting type " + setting.type;
}

View file

@ -13315,20 +13315,52 @@ MAX7456
01010101
01010101
01010101
01000001
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00000000
01010101
01010101
00101000
01010101
01010100
10101010
00010101
01010100
10101010
00010101
01010010
10101010
10000101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010100
10101010
00010101
01010101
00000000
01010101
01010101
01010101
@ -13347,20 +13379,52 @@ MAX7456
01010101
01010101
01010101
01000001
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00000000
01010101
01010100
10101010
00010101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010100
10101010
00010101
01010101
00000000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
01000001
01010101
01010101
01010101
@ -13379,116 +13443,52 @@ MAX7456
01010101
01010101
01010101
00000000
01010101
01010100
10101010
00010101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010010
10101010
10000101
01010100
10101010
00010101
01010100
10101010
00010101
01010101
00101000
01010101
01010101
00000000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01000001
01010101
01010101
01010101

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

View file

@ -13315,20 +13315,52 @@ MAX7456
01010101
01010101
01010101
01000001
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00000000
01010101
01010101
00101000
01010101
01010100
10101010
00010101
01010100
10101010
00010101
01010010
10101010
10000101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010100
10101010
00010101
01010101
00000000
01010101
01010101
01010101
@ -13347,20 +13379,52 @@ MAX7456
01010101
01010101
01010101
01000001
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00000000
01010101
01010100
10101010
00010101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010100
10101010
00010101
01010101
00000000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
01000001
01010101
01010101
01010101
@ -13379,116 +13443,52 @@ MAX7456
01010101
01010101
01010101
00000000
01010101
01010100
10101010
00010101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010010
10101010
10000101
01010100
10101010
00010101
01010100
10101010
00010101
01010101
00101000
01010101
01010101
00000000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01000001
01010101
01010101
01010101

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

View file

@ -13315,20 +13315,52 @@ MAX7456
01010101
01010101
01010101
01000001
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00000000
01010101
01010101
00101000
01010101
01010100
10101010
00010101
01010100
10101010
00010101
01010010
10101010
10000101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010100
10101010
00010101
01010101
00000000
01010101
01010101
01010101
@ -13347,20 +13379,52 @@ MAX7456
01010101
01010101
01010101
01000001
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00000000
01010101
01010100
10101010
00010101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010100
10101010
00010101
01010101
00000000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
01000001
01010101
01010101
01010101
@ -13379,116 +13443,52 @@ MAX7456
01010101
01010101
01010101
00000000
01010101
01010100
10101010
00010101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010010
10101010
10000101
01010100
10101010
00010101
01010100
10101010
00010101
01010101
00101000
01010101
01010101
00000000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01000001
01010101
01010101
01010101

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

View file

@ -13315,20 +13315,52 @@ MAX7456
01010101
01010101
01010101
01000001
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00000000
01010101
01010101
00101000
01010101
01010100
10101010
00010101
01010100
10101010
00010101
01010010
10101010
10000101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010100
10101010
00010101
01010101
00000000
01010101
01010101
01010101
@ -13347,20 +13379,52 @@ MAX7456
01010101
01010101
01010101
01000001
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00000000
01010101
01010100
10101010
00010101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010100
10101010
00010101
01010101
00000000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
01000001
01010101
01010101
01010101
@ -13379,116 +13443,52 @@ MAX7456
01010101
01010101
01010101
00000000
01010101
01010100
10101010
00010101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010010
10101010
10000101
01010100
10101010
00010101
01010100
10101010
00010101
01010101
00101000
01010101
01010101
00000000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01000001
01010101
01010101
01010101

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -13315,20 +13315,52 @@ MAX7456
01010101
01010101
01010101
01000001
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00000000
01010101
01010101
00101000
01010101
01010100
10101010
00010101
01010100
10101010
00010101
01010010
10101010
10000101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010100
10101010
00010101
01010101
00000000
01010101
01010101
01010101
@ -13347,20 +13379,52 @@ MAX7456
01010101
01010101
01010101
01000001
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00000000
01010101
01010100
10101010
00010101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010100
10101010
00010101
01010101
00000000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
01000001
01010101
01010101
01010101
@ -13379,116 +13443,52 @@ MAX7456
01010101
01010101
01010101
00000000
01010101
01010100
10101010
00010101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010010
10101010
10000101
01010100
10101010
00010101
01010100
10101010
00010101
01010101
00101000
01010101
01010101
00000000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01000001
01010101
01010101
01010101

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

View file

@ -13315,20 +13315,52 @@ MAX7456
01010101
01010101
01010101
01000001
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00000000
01010101
01010101
00101000
01010101
01010100
10101010
00010101
01010100
10101010
00010101
01010010
10101010
10000101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010100
10101010
00010101
01010101
00000000
01010101
01010101
01010101
@ -13347,20 +13379,52 @@ MAX7456
01010101
01010101
01010101
01000001
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00000000
01010101
01010100
10101010
00010101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010100
10101010
00010101
01010101
00000000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
01000001
01010101
01010101
01010101
@ -13379,116 +13443,52 @@ MAX7456
01010101
01010101
01010101
00000000
01010101
01010100
10101010
00010101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010010
10101010
10000101
01010100
10101010
00010101
01010100
10101010
00010101
01010101
00101000
01010101
01010101
00000000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01000001
01010101
01010101
01010101

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

@ -13315,20 +13315,52 @@ MAX7456
01010101
01010101
01010101
01000001
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00000000
01010101
01010101
00101000
01010101
01010100
10101010
00010101
01010100
10101010
00010101
01010010
10101010
10000101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010100
10101010
00010101
01010101
00000000
01010101
01010101
01010101
@ -13347,20 +13379,52 @@ MAX7456
01010101
01010101
01010101
01000001
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00000000
01010101
01010100
10101010
00010101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010100
10101010
00010101
01010101
00000000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
01000001
01010101
01010101
01010101
@ -13379,116 +13443,52 @@ MAX7456
01010101
01010101
01010101
00000000
01010101
01010100
10101010
00010101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010010
10101010
10000101
01010100
10101010
00010101
01010100
10101010
00010101
01010101
00101000
01010101
01010101
00000000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01000001
01010101
01010101
01010101

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

View file

@ -13315,20 +13315,52 @@ MAX7456
01010101
01010101
01010101
01000001
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00000000
01010101
01010101
00101000
01010101
01010100
10101010
00010101
01010100
10101010
00010101
01010010
10101010
10000101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010100
10101010
00010101
01010101
00000000
01010101
01010101
01010101
@ -13347,20 +13379,52 @@ MAX7456
01010101
01010101
01010101
01000001
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00000000
01010101
01010100
10101010
00010101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010100
10101010
00010101
01010101
00000000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
01000001
01010101
01010101
01010101
@ -13379,116 +13443,52 @@ MAX7456
01010101
01010101
01010101
00000000
01010101
01010100
10101010
00010101
01010010
10101010
10000101
01001010
10101010
10100001
01001010
10101010
10100001
01010010
10101010
10000101
01010010
10101010
10000101
01010100
10101010
00010101
01010100
10101010
00010101
01010101
00101000
01010101
01010101
00000000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
00101000
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01000001
01010101
01010101
01010101

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

@ -235,6 +235,36 @@
</label>
</div>
</div>
<div class="gui_box grey switch-indicator-container">
<div class="gui_box_titlebar">
<div class="spacer_box_title" data-i18n="osd_switch_indicator_settings"></div>
</div>
<div class="spacer_box settings">
<label>
<input type="text" maxlength="1" pattern="[A-Z]" class="osdSwitchIndChar" id="osdSwitchInd0_char" data-setting="osd_switch_indicator0_char" data-live="true" />
<select class="osdSwitchInd_channel" data-setting="osd_switch_indicator0_channnel" data-live="true"></select>
<span data-i18n="osdSwitchInd0"></span>
</label>
<label>
<input type="text" maxlength="1" pattern="[A-Z]" class="osdSwitchIndChar" id="osdSwitchInd1_char" data-setting="osd_switch_indicator1_char" data-live="true" />
<select class="osdSwitchInd_channel" data-setting="osd_switch_indicator1_channnel" data-live="true"></select>
<span data-i18n="osdSwitchInd1"></span>
</label>
<label>
<input type="text" maxlength="1" pattern="[A-Z]" class="osdSwitchIndChar" id="osdSwitchInd2_char" data-setting="osd_switch_indicator2_char" data-live="true" />
<select class="osdSwitchInd_channel" data-setting="osd_switch_indicator2_channnel" data-live="true"></select>
<span data-i18n="osdSwitchInd2"></span>
</label>
<label>
<input type="text" maxlength="1" pattern="[A-Z]" class="osdSwitchIndChar" id="osdSwitchInd3_char" data-setting="osd_switch_indicator3_char" data-live="true" />
<select class="osdSwitchInd_channel" data-setting="osd_switch_indicator3_channnel" data-live="true"></select>
<span data-i18n="osdSwitchInd3"></span>
</label>
</div>
</div>
</div>
</div>
<div id="fontmanagercontent" style="display:none; width:712px;">

View file

@ -101,6 +101,7 @@ SYM.WH_NM = 0x70;
SYM.VTX_POWER = 0x27;
SYM.MAX = 0xCE;
SYM.PROFILE = 0xCF;
SYM.SWITCH_INDICATOR_HIGH = 0xD2;
SYM.AH_AIRCRAFT0 = 0x1A2;
SYM.AH_AIRCRAFT1 = 0x1A3;
@ -1690,6 +1691,35 @@ OSD.constants = {
},
]
},
{
name: 'osdGroupSwitchIndicators',
items: [
{
name: 'SWITCH_INDICATOR_0',
id: 130,
positionable: true,
preview: 'A' + FONT.symbol(SYM.SWITCH_INDICATOR_HIGH)
},
{
name: 'SWITCH_INDICATOR_1',
id: 131,
positionable: true,
preview: 'B' + FONT.symbol(SYM.SWITCH_INDICATOR_HIGH)
},
{
name: 'SWITCH_INDICATOR_2',
id: 132,
positionable: true,
preview: 'C' + FONT.symbol(SYM.SWITCH_INDICATOR_HIGH)
},
{
name: 'SWITCH_INDICATOR_3',
id: 133,
positionable: true,
preview: 'D' + FONT.symbol(SYM.SWITCH_INDICATOR_HIGH)
}
]
},
{
name: 'osdGroupGVars',
items: [
@ -2843,6 +2873,21 @@ TABS.osd.initialize = function (callback) {
});
});
// Setup switch indicators
$(".osdSwitchInd_channel option").each(function() {
$(this).text("Ch " + $(this).text());
});
$('.osdSwitchIndChar').on('keyup', function() {
let testExp = new RegExp('^[A-Za-z]');
if (testExp.test($(this).val())) {
$(this).val($(this).val().toUpperCase());
} else {
$(this).val("");
}
});
// font preview window
var $preview = $('.font-preview');