mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Update GPS LAT and LON OSD symbols
This commit is contained in:
parent
53a0dd4cd3
commit
1e730ef814
1 changed files with 4 additions and 2 deletions
|
@ -24,6 +24,8 @@ SYM.KPH = 0x9E;
|
||||||
SYM.MPH = 0x9D;
|
SYM.MPH = 0x9D;
|
||||||
SYM.GPS_SAT_L = 0x1E;
|
SYM.GPS_SAT_L = 0x1E;
|
||||||
SYM.GPS_SAT_R = 0x1F;
|
SYM.GPS_SAT_R = 0x1F;
|
||||||
|
SYM.GPS_LAT = 0x89;
|
||||||
|
SYM.GPS_LON = 0x98;
|
||||||
SYM.PB_START = 0x8A;
|
SYM.PB_START = 0x8A;
|
||||||
SYM.PB_FULL = 0x8B;
|
SYM.PB_FULL = 0x8B;
|
||||||
SYM.PB_EMPTY = 0x8D;
|
SYM.PB_EMPTY = 0x8D;
|
||||||
|
@ -633,7 +635,7 @@ OSD.constants = {
|
||||||
default_position: -1,
|
default_position: -1,
|
||||||
draw_order: 450,
|
draw_order: 450,
|
||||||
positionable: true,
|
positionable: true,
|
||||||
preview: FONT.symbol(SYM.ARROW_EAST) + '-000.0000000'
|
preview: FONT.symbol(SYM.GPS_LON) + '-000.0000000'
|
||||||
},
|
},
|
||||||
GPS_LAT: {
|
GPS_LAT: {
|
||||||
name: 'GPS_LAT',
|
name: 'GPS_LAT',
|
||||||
|
@ -641,7 +643,7 @@ OSD.constants = {
|
||||||
default_position: -1,
|
default_position: -1,
|
||||||
draw_order: 440,
|
draw_order: 440,
|
||||||
positionable: true,
|
positionable: true,
|
||||||
preview: FONT.symbol(SYM.ARROW_NORTH) + '-00.0000000 '
|
preview: FONT.symbol(SYM.GPS_LAT) + '-00.0000000 '
|
||||||
},
|
},
|
||||||
DEBUG: {
|
DEBUG: {
|
||||||
name: 'DEBUG',
|
name: 'DEBUG',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue