Skip to content

Commit

Permalink
Van's Aircraft RV-10 update
Browse files Browse the repository at this point in the history
- Added: TruTrak Sorcerer page to streamdeckxl layout
- Changed: streamdeckxl pfd page renamed to pfi
- Removed: streamdeckxl switch MASTER ENGN (dr401 specific)
  • Loading branch information
dlicudi committed Jun 12, 2024
1 parent b4d2984 commit da50c83
Show file tree
Hide file tree
Showing 7 changed files with 370 additions and 41 deletions.
21 changes: 21 additions & 0 deletions decks/vans-aircraft-rv-10/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
Laminar Research / Van's Aircraft RV-10

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# Changelog

## Types of changes

- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.


## [1.1.0] - 2024-06-11
- Added: TruTrak Sorcerer page to streamdeckxl layout
- Changed: streamdeckxl pfd page renamed to pfi
- Removed: streamdeckxl switch MASTER ENGN (dr401 specific)
## [1.0.0] - 2024-06-11
- Added: New changelog


39 changes: 21 additions & 18 deletions decks/vans-aircraft-rv-10/deckconfig/loupedecklive1/switches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,24 +81,24 @@ buttons:
framed: true
formula: ${sim/cockpit2/switches/avionics_power_on} 1 eq

- index: 3
type: onoff
set-dataref: sim/cockpit/electrical/avionics_on
label: AVIONICS
label-color: black
label-size: 9
annunciator:
model: B
size: medium
B0:
text: "OFF"
color: darkorange
formula: ${sim/cockpit/electrical/avionics_on} 0 eq
B1:
text: "ON"
color: deepskyblue
framed: true
formula: ${sim/cockpit/electrical/avionics_on} 1 eq
# - index: 3
# type: onoff
# set-dataref: sim/cockpit/electrical/avionics_on
# label: AVIONICS
# label-color: black
# label-size: 9
# annunciator:
# model: B
# size: medium
# B0:
# text: "OFF"
# color: darkorange
# formula: ${sim/cockpit/electrical/avionics_on} 0 eq
# B1:
# text: "ON"
# color: deepskyblue
# framed: true
# formula: ${sim/cockpit/electrical/avionics_on} 1 eq

- index: 4
type: long-press
Expand All @@ -119,6 +119,9 @@ buttons:
text-size: 60
formula: ${sim/cockpit2/engine/actuators/starter_hit}

- index: 5
type: none
icon: INOP.png

- index: 6
type: onoff
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ buttons:

- index: 25
type: page
page: pfd
label: PFD
page: pfi
label: PFI
label-color: Gold
label-size: 10
text:
Expand Down
17 changes: 15 additions & 2 deletions decks/vans-aircraft-rv-10/deckconfig/streamdeckxl1/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buttons:

- index: 0
type: page
page: pfd
label: PFD
page: pfi
label: PFI
label-color: Gold
label-bg-color: Black
text:
Expand Down Expand Up @@ -150,3 +150,16 @@ buttons:
text-font: fontawesome.otf
text-position: cm
text-bg-color: (40, 40, 40)

- index: 12
type: page
page: trutrak_sorcerer
label: TS SORCERER
label-color: Gold
label-size: 9
text:
text-color: khaki
text-size: 40
text-font: fontawesome.otf
text-position: cm
text-bg-color: (40, 40, 40)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pfd
name: pfi
includes: includes/pagerfull,includes/annunciators

buttons:
Expand Down
18 changes: 0 additions & 18 deletions decks/vans-aircraft-rv-10/deckconfig/streamdeckxl1/switches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,6 @@ buttons:
framed: true
formula: ${sim/cockpit/electrical/battery_on[0]} 1 eq

- index: 1
type: push
command: aerobask/dr401/engine_master_to
label: MASTER ENGN
label-color: black
label-size: 8
annunciator:
model: B
size: medium
B0:
text: "OFF"
color: darkorange
formula: ${aerobask/dr401/engine_master} 0 eq
B1:
text: "ON"
color: deepskyblue
framed: true
formula: ${aerobask/dr401/engine_master} 1 eq

- index: 2
type: push
Expand Down
Loading

0 comments on commit da50c83

Please sign in to comment.