Skip to content

Commit

Permalink
Merge pull request #239 from e100/more_tests_and_ci_fixes
Browse files Browse the repository at this point in the history
Fixed VirtualVFR aird data font sizes
  • Loading branch information
e100 authored Jun 24, 2024
2 parents 6f23bee + 1a17ec3 commit 518c4f9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/pyefis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.0.23"
__version__ = "2.0.24"

22 changes: 11 additions & 11 deletions src/pyefis/config/includes/ahrs/virtual_vfr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ instruments:
columns: 10
options:
text: "Baro:"
font_mask: "Baro:"
font_mask: "XXXXX"
alignment: AlignRight
- type: numeric_display
disabled: BARO_CONTROLS
Expand All @@ -164,7 +164,7 @@ instruments:
rows: 4
columns: 12
options:
font_mask: "00.00"
font_mask: "XXXXXX"
dbkey: BARO
decimal_places: 2
pressure: true
Expand Down Expand Up @@ -200,17 +200,17 @@ instruments:
columns: 10
options:
text: "DALT:"
font_mask: "DALT:"
font_mask: "XXXXX"
alignment: AlignRight
- type: numeric_display
disabled: PRESSURE_DISPLAY
row: 95
column: 129
span:
rows: 4
columns: 15
columns: 12
options:
font_mask: "10000"
font_mask: "XXXXXX"
dbkey: DALT
decimal_places: 0
altitude: true
Expand All @@ -223,17 +223,17 @@ instruments:
columns: 10
options:
text: "PALT:"
font_mask: "PALT:"
font_mask: "XXXXX"
alignment: AlignRight
- type: numeric_display
disabled: PRESSURE_DISPLAY
row: 100
column: 129
span:
rows: 4
columns: 15
columns: 12
options:
font_mask: "10000"
font_mask: "XXXXXX"
dbkey: PALT
decimal_places: 0
altitude: true
Expand All @@ -246,17 +246,17 @@ instruments:
columns: 10
options:
text: "OAT:"
font_mask: "OAT:"
font_mask: "XXXXX"
alignment: AlignRight
- type: numeric_display
disabled: PRESSURE_DISPLAY
row: 105
column: 129
span:
rows: 4
columns: 10
columns: 8
options:
font_mask: "100"
font_mask: "XXX"
units_font_mask: "oF"
dbkey: OAT
temperature: true
Expand Down

0 comments on commit 518c4f9

Please sign in to comment.