mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Update PITCH and ROLL OSD symbols
This commit is contained in:
parent
1e730ef814
commit
9c98453d15
1 changed files with 4 additions and 2 deletions
|
@ -52,6 +52,8 @@ SYM.STICK_OVERLAY_VERTICAL = 0x16;
|
||||||
SYM.STICK_OVERLAY_HORIZONTAL = 0x17;
|
SYM.STICK_OVERLAY_HORIZONTAL = 0x17;
|
||||||
SYM.BBLOG = 0x10;
|
SYM.BBLOG = 0x10;
|
||||||
SYM.ALTITUDE = 0x7F;
|
SYM.ALTITUDE = 0x7F;
|
||||||
|
SYM.PITCH = 0x15;
|
||||||
|
SYM.ROLL = 0x14;
|
||||||
|
|
||||||
var STICK_OVERLAY_SPRITE = [
|
var STICK_OVERLAY_SPRITE = [
|
||||||
SYM.STICK_OVERLAY_SPRITE_HIGH,
|
SYM.STICK_OVERLAY_SPRITE_HIGH,
|
||||||
|
@ -716,7 +718,7 @@ OSD.constants = {
|
||||||
default_position: -1,
|
default_position: -1,
|
||||||
draw_order: 250,
|
draw_order: 250,
|
||||||
positionable: true,
|
positionable: true,
|
||||||
preview: '-00.0'
|
preview: FONT.symbol(SYM.PITCH) + '-00.0'
|
||||||
},
|
},
|
||||||
ROLL_ANGLE: {
|
ROLL_ANGLE: {
|
||||||
name: 'ROLL_ANGLE',
|
name: 'ROLL_ANGLE',
|
||||||
|
@ -724,7 +726,7 @@ OSD.constants = {
|
||||||
default_position: -1,
|
default_position: -1,
|
||||||
draw_order: 260,
|
draw_order: 260,
|
||||||
positionable: true,
|
positionable: true,
|
||||||
preview: '-00.0'
|
preview: FONT.symbol(SYM.ROLL) + '-00.0'
|
||||||
},
|
},
|
||||||
MAIN_BATT_USAGE: {
|
MAIN_BATT_USAGE: {
|
||||||
name: 'MAIN_BATT_USAGE',
|
name: 'MAIN_BATT_USAGE',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue