-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #246 from e100/portrait
Portrait mode screen configs
- Loading branch information
Showing
22 changed files
with
1,097 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
__version__ = "2.0.27" | ||
__version__ = "2.0.29" | ||
|
15 changes: 15 additions & 0 deletions
15
src/pyefis/config/includes/arcs/horizontal/four_wide_one_state_preferences_ARC9-12.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
instruments: | ||
- type: ganged_arc_gauge | ||
gang_type: horizontal | ||
groups: | ||
- name: Power and Temp | ||
instruments: | ||
- | ||
preferences: ARC9 | ||
- | ||
preferences: ARC10 | ||
- | ||
preferences: ARC11 | ||
- | ||
preferences: ARC12 | ||
|
29 changes: 29 additions & 0 deletions
29
src/pyefis/config/includes/arcs/horizontal/four_wide_two_states_preferences_ARC1-8.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
instruments: | ||
- type: ganged_arc_gauge | ||
gang_type: horizontal | ||
display_state: 1 | ||
groups: | ||
- name: Engine | ||
instruments: | ||
- | ||
preferences: ARC1 | ||
- | ||
preferences: ARC2 | ||
- | ||
preferences: ARC3 | ||
- | ||
preferences: ARC4 | ||
- type: ganged_arc_gauge | ||
gang_type: horizontal | ||
display_state: 2 | ||
groups: | ||
- name: Engine | ||
instruments: | ||
- | ||
preferences: ARC5 | ||
- | ||
preferences: ARC6 | ||
- | ||
preferences: ARC7 | ||
- | ||
preferences: ARC8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
...includes/buttons/horizontal/screen_changing_PFD-EMS-EMS2-ANDROID-RADIO-SIXPACK-Units.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
instruments: | ||
- type: ganged_button | ||
gang_type: horizontal | ||
row: 0 | ||
column: 0 | ||
span: | ||
rows: 9 | ||
columns: 200 | ||
groups: | ||
- name: Side Buttons | ||
gap: 1 | ||
common_options: | ||
font_mask: "ANDROID" | ||
instruments: | ||
- | ||
options: | ||
config: buttons/screen-ems-pfd.yaml | ||
encoder_order: 100011 | ||
- | ||
options: | ||
config: buttons/screen-ems2-pfd.yaml | ||
encoder_order: 100012 | ||
- | ||
options: | ||
config: buttons/screen-android-pfd.yaml | ||
encoder_order: 100013 | ||
- | ||
options: | ||
config: buttons/screen-radio-pfd.yaml | ||
encoder_order: 100014 | ||
- | ||
options: | ||
config: buttons/screen-sixpack-pfd.yaml | ||
encoder_order: 100015 | ||
- | ||
options: | ||
config: buttons/units.yaml | ||
encoder_order: 100016 | ||
|
55 changes: 55 additions & 0 deletions
55
src/pyefis/config/includes/mgl/v16/rectangle-radio-primary-secondary-display.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
instruments: | ||
- type: minimal_size | ||
disabled: true | ||
row: 0 | ||
column: 0 | ||
span: | ||
rows: 37 | ||
columns: 67 | ||
- type: static_text | ||
row: 0 | ||
column: 0 | ||
span: | ||
rows: 5 | ||
columns: 27 | ||
preferences: TEXT3 | ||
options: | ||
text: "Active:" | ||
font_mask: "XXXXXXX:" | ||
alignment: AlignLeft | ||
- type: static_text | ||
row: 0 | ||
column: 35 | ||
span: | ||
rows: 5 | ||
columns: 27 | ||
preferences: TEXT4 | ||
options: | ||
text: "Standby:" | ||
font_mask: "XXXXXXX:" | ||
alignment: AlignLeft | ||
- type: include,RADIO_ACTIVE | ||
row: 5 | ||
column: 0 | ||
span: | ||
rows: 32 | ||
columns: 32 | ||
- type: include,RADIO_STANDBY | ||
row: 5 | ||
column: 35 | ||
span: | ||
rows: 32 | ||
columns: 32 | ||
- type: button | ||
row: 26 | ||
column: 35 | ||
span: | ||
rows: 6 | ||
columns: 6 | ||
#move: | ||
# shrink: 14 | ||
options: | ||
config: buttons/mgl/v16/swap-active-standby.yaml | ||
font_mask: "SWAP" | ||
encoder_order: 400026 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
src/pyefis/config/includes/mgl/v16/square-active-radio-display.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
src/pyefis/config/includes/mgl/v16/square-standby-radio-display.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
ANDROID: | ||
module: pyefis.screens.screenbuilder | ||
title: Screen Builder | ||
include: | ||
- HMI_ENCODER_BUTTONS | ||
layout: | ||
#draw_grid: true | ||
rows: 110 | ||
columns: 200 | ||
display_state: | ||
interval: 3000 | ||
states: 2 | ||
instruments: | ||
- type: value_text | ||
disabled: DEMO_TESTING_TEXT | ||
row: 0 | ||
column: 0 | ||
span: | ||
rows: 2 | ||
columns: 200 | ||
options: | ||
dbkey: MAVMSG | ||
font_percent: 0.9 | ||
- type: weston | ||
disabled: DEMO_TESTING_TEXT | ||
row: 2 | ||
column: 0 | ||
span: | ||
rows: 43 | ||
columns: 200 | ||
options: | ||
socket: pyefis-waydroid-1 | ||
ini: weston.ini | ||
command: waydroid | ||
args: | ||
- show-full-ui | ||
- type: weston | ||
disabled: not DEMO_TESTING_TEXT | ||
row: 0 | ||
column: 0 | ||
span: | ||
rows: 45 | ||
columns: 200 | ||
options: | ||
socket: pyefis-waydroid-1 | ||
ini: weston.ini | ||
command: waydroid | ||
args: | ||
- show-full-ui | ||
- type: include,includes/arcs/horizontal/four_wide_two_states_preferences_ARC1-8.yaml | ||
disabled: BUTTONS | ||
row: 45 | ||
column: 0 | ||
span: | ||
columns: 195.5 | ||
rows: 15 | ||
- type: include,includes/arcs/vertical/four_high_two_states_preferences_ARC1-8.yaml | ||
disabled: not BUTTONS | ||
row: 45 | ||
column: 0 | ||
span: | ||
columns: 195.5 | ||
rows: 15 | ||
- type: include,BUTTON_GROUP2 | ||
disabled: BUTTONS | ||
row: 100 | ||
column: 0 | ||
- type: include,includes/bars/vertical/six_wide_preferences_BAR1-6.yaml | ||
row: 60 | ||
column: 0 | ||
display_state: 1 | ||
span: | ||
rows: 40 | ||
columns: 200 | ||
- type: include,includes/mgl/v16/square-active-radio-display.yaml | ||
row: 60 | ||
column: 0 | ||
span: | ||
rows: 40 | ||
columns: 200 | ||
display_state: 2 | ||
replace: | ||
radio_id: 1 | ||
|
Oops, something went wrong.