Add azimuth OSD element

pull/1032/head
Daniel Arruda Ribeiro 4 years ago
parent aecdc1ed34
commit b6f95f6538

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

@ -2933,8 +2933,8 @@ MAX7456
01010101
01010101
01010101
01110011
00001000
01010101
01010101
01010101
01010101
01010101
@ -2997,9 +2997,9 @@ MAX7456
01010101
01010101
01010101
01101111
00000000
11111111
01010101
01010101
01010101
01010101
01010101
01010101
@ -9026,54 +9026,54 @@ MAX7456
01010101
01010101
01010101
01010000
00010101
01010101
01000010
00000101
01010101
01001000
10000101
01010101
01001000
10000101
01010101
01001010
10000101
01010101
01001000
10000000
01010101
01010100
10101000
01010101
01010100
00001000
01010101
01010100
00100000
01010101
01010100
10000000
00000101
01010100
10101000
10000101
01010100
00000000
10000101
01010101
01010100
10000101
01010101
01010100
10000101
01010101
01010100
10000101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010100
00000101
01010101
01010101
01010101
@ -16319,11 +16319,6 @@ MAX7456
01010101
01010101
01010101
01001001
01001110
01000001
01010110
00000001
01010101
01010101
01010101
@ -16383,11 +16378,16 @@ MAX7456
01010101
01010101
01010101
01001001
01001110
01000001
01010110
00000001
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101
01010101

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 B

After

Width:  |  Height:  |  Size: 2.8 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

@ -18,6 +18,7 @@ SYM.AH_CENTER_LINE = 0x26;
SYM.AH_CENTER_LINE_RIGHT = 0x27;
SYM.AH_CENTER = 0x7E;
SYM.AH_BAR9_0 = 0x80;
SYM.AZIMUTH = 0x8D; // 141
SYM.AH_DECORATION = 0x13;
SYM.AMP = 0x9A;
SYM.MAH = 0x07;
@ -1190,6 +1191,11 @@ OSD.constants = {
id: 50,
preview: FONT.symbol(SYM.HOME) + FONT.symbol(SYM.HEADING) + ' -10' + FONT.symbol(SYM.DEGREES)
},
{
name: 'AZIMUTH',
id: 108,
preview: FONT.symbol(SYM.AZIMUTH) + ' 20'
},
{
name: 'DISTANCE_TO_HOME',
id: 23,

Loading…
Cancel
Save