Skip to content

Commit

Permalink
Modified portrait screens to use BUTTON_GROUP2 to make it easier to c…
Browse files Browse the repository at this point in the history
…hange to portrait mode
  • Loading branch information
e100 committed Sep 1, 2024
1 parent d201241 commit a7d7b50
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/pyefis/config/preferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ includes:
SCREENS_CONFIG: screens/default_list.yaml
# The include for the main navigations buttons:
BUTTON_GROUP1: includes/buttons/vertical/screen_changing_PFD-EMS-EMS2-ANDROID-RADIO-SIXPACK-Units.yaml
#BUTTON_GROUP1: includes/buttons/horizontal/screen_changing_PFD-EMS-EMS2-ANDROID-RADIO-SIXPACK-Units.yaml
BUTTON_GROUP2: includes/buttons/horizontal/screen_changing_PFD-EMS-EMS2-ANDROID-RADIO-SIXPACK-Units.yaml

# The include for the encoder button control feature
HMI_ENCODER_BUTTONS: hmi/encoder_input.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/pyefis/config/screens/android-portrait.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ANDROID:
span:
columns: 195.5
rows: 15
- type: include,BUTTON_GROUP1
- type: include,BUTTON_GROUP2
disabled: BUTTONS
row: 100
column: 0
Expand Down
2 changes: 1 addition & 1 deletion src/pyefis/config/screens/ems-portrait.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ EMS:
span:
columns: 195.5
rows: 15
- type: include,BUTTON_GROUP1
- type: include,BUTTON_GROUP2
disabled: BUTTONS
row: 100
column: 0
Expand Down
2 changes: 1 addition & 1 deletion src/pyefis/config/screens/ems2-portrait.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ EMS2:
-
preferences: BAR21

- type: include,BUTTON_GROUP1
- type: include,BUTTON_GROUP2
disabled: BUTTONS
row: 100
column: 0
Expand Down
2 changes: 1 addition & 1 deletion src/pyefis/config/screens/pfd-portrait.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PFD:
span:
columns: 195.5
rows: 15
- type: include,BUTTON_GROUP1
- type: include,BUTTON_GROUP2
disabled: BUTTONS
row: 100
column: 0
Expand Down
2 changes: 1 addition & 1 deletion src/pyefis/config/screens/radio-portrait.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RADIO:
span:
rows: 45
columns: 200
- type: include,BUTTON_GROUP1
- type: include,BUTTON_GROUP2
disabled: BUTTONS
row: 100
column: 0
Expand Down
2 changes: 1 addition & 1 deletion src/pyefis/config/screens/sixpack-portrait.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SIXPACK:
columns: 200
draw_grid: false
instruments:
- type: include,BUTTON_GROUP1
- type: include,BUTTON_GROUP2
disabled: BUTTONS
row: 100
column: 0
Expand Down

0 comments on commit a7d7b50

Please sign in to comment.