From 8caa9705fcdc21c6048ce5792e6a1de803a41b94 Mon Sep 17 00:00:00 2001 From: hawkeye Date: Thu, 23 Sep 2021 09:34:10 -0400 Subject: [PATCH] Add experimental (sample / not 100% acurrate yet) A320Neo configuration in ocrdata.json --- MSFSPopoutPanelManager.csproj | 3 +++ config/ocrdata.json | 24 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/MSFSPopoutPanelManager.csproj b/MSFSPopoutPanelManager.csproj index 4c20eaf..982a3e8 100644 --- a/MSFSPopoutPanelManager.csproj +++ b/MSFSPopoutPanelManager.csproj @@ -104,6 +104,9 @@ Always + + Always + Always diff --git a/config/ocrdata.json b/config/ocrdata.json index 34f7208..286a0c4 100644 --- a/config/ocrdata.json +++ b/config/ocrdata.json @@ -35,6 +35,30 @@ } ] }, + // G3000 + { + "profile": "A320", + "defaultProfile": "false", + "ocrImageScale": 0.75, + "evalData": [ + { + "popoutName": "Screen1", + "data": [ "IDLE" ] + }, + { + "popoutName": "Screen2", + "data": [ "TAS", "GS", "NM" ] + }, + { + "popoutName": "Screen3", + "data": [ "F.FLOW", "KG", "KG/MIN", "FOB", "TAT", "SAT" ] + }, + { + "popoutName": "Screen4", + "data": [ "SPD", "SEL", "CLB", "NAV", "QNH" ] + } + ] + }, // Custom Sample Profile - delete this if you don't need it { "profile": "Custom Sample Profile",