From 22590ed4f7752f6e9594d53b0f2138b38474fb9d Mon Sep 17 00:00:00 2001 From: Pascal Langer Date: Tue, 26 Oct 2021 16:34:38 +0200 Subject: [PATCH] Update DSM FwdPrg.lua --- Lua_scripts/DSM FwdPrg.lua | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/Lua_scripts/DSM FwdPrg.lua b/Lua_scripts/DSM FwdPrg.lua index 8bb570c..b937bf9 100644 --- a/Lua_scripts/DSM FwdPrg.lua +++ b/Lua_scripts/DSM FwdPrg.lua @@ -535,6 +535,8 @@ local function DSM_Init() --Text to be displayed -> need to use a file instead? Text[0x0002]="Off" + Text[0x0003]="Inh" + Text[0x0004]="Act" Text[0x000C]="Inhibit?" --? Text[0x000D]="Gear" @@ -542,7 +544,10 @@ local function DSM_Init() Text[0x0014]="SPM4651T" Text[0x0015]="AR637T" Text[0x0018]="FC6250HX" + Text[0x001E]="AR631" --Lists-- + Text[0x002E]="11ms" + Text[0x002F]="22ms" Text[0x0035]="Inhibit?" --? Text[0x0036]="Throttle" Text[0x0037]="Aileron" @@ -588,6 +593,7 @@ local function DSM_Init() Text[0x0073]="Derivate" Text[0x0078]="FM Channel" Text[0x0080]="Orientation" + Text[0x0082]="Heading" Text[0x0085]="Frame Rate" Text[0x0086]="System Setup" Text[0x0087]="F-Mode Setup" @@ -606,6 +612,8 @@ local function DSM_Init() Text[0x00A5]="First Time Setup" Text[0x00AA]="Capture Gyro Gains" Text[0x00AD]="Gain Channel Select" + Text[0x00B0]="Self-Level/Angle Dem" + Text[0x00B5]="Inhibit" Text[0x00B6]="FM1" Text[0x00B7]="FM2" Text[0x00B8]="FM3" @@ -617,6 +625,7 @@ local function DSM_Init() Text[0x00BE]="FM9" Text[0x00BF]="FM10" Text[0x00C7]="Calibrate Sensor" + Text[0x00CA]="SAFE/Panic Mode Setup" Text[0x00D3]="Swashplate" Text[0x00D5]="Agility" Text[0x00D8]="Stop" @@ -632,6 +641,7 @@ local function DSM_Init() Text[0x00E4]="E-Ring" Text[0x00E7]="Left" Text[0x00E8]="Right" + Text[0x00F2]="Fixed" Text[0x00F3]="Adjustable" Text[0x00F9]="Gyro settings" Text[0x00FE]="Stick Priority" @@ -649,29 +659,43 @@ local function DSM_Init() Text[0x01DD]="AS3X Settings" Text[0x01DE]="AS3X Gains" Text[0x01E0]="Rate Gains" + Text[0x01E2]="SAFE Settings" + Text[0x01E3]="SAFE Gains" Text[0x01E6]="Attitude Trim" Text[0x01E7]="Envelope" + Text[0x01E9]="Roll Right" + Text[0x01EA]="Roll Left" + Text[0x01EB]="Pitch Down" + Text[0x01EC]="Pitch Up" + Text[0x01EE]="Throttle to Pitch" + Text[0x01EF]="Low Thr to Pitch" + Text[0x01F0]="High Thr to Pitch" + Text[0x01F6]="Failsafe Angles" + Text[0x01F8]="Safe Mode" + Text[0x01FD]="SAFE Failsafe FMode" Text[0x0208]="Decay" Text[0x0209]="Save to Backup" Text[0x020A]="Restore from Backup" Text[0x020D]="First Time SAFE Setup" Text[0x021A]="Set the model level," Text[0x021B]="and press Continue." - + Text[0x021C]="" -- empty?? + Text[0x021D]="" -- empty?? Text[0x021F]="Set the model on its nose," Text[0x0220]="and press Continue. If the" Text[0x0221]="orientation on the next" Text[0x0222]="screen is wrong go back" Text[0x0223]="and try again." Text[0x0224]="Continue" - Text[0x0229]="Set Orientation Manually" - + Text[0x0226]="Angle Limits" Text[0x0227]="Other settings" + Text[0x0229]="Set Orientation Manually" Text[0x022B]="WARNING!" Text[0x022C]="This will reset the" Text[0x022D]="configuration to factory" Text[0x022E]="defaults. This does not" Text[0x022F]="affect the backup config." + Text[0x0230]="" -- empty?? Text[0x0231]="This will overwrite the" Text[0x0232]="backup memory with your" Text[0x0233]="current configuartion." @@ -681,6 +705,11 @@ local function DSM_Init() Text[0x0239]="the backup memory." Text[0x023D]="Copy Flight Mode Settings" Text[0x0240]="Utilities" + Text[0x024C]="Gains will be captured on" + Text[0x024D]="Captured gains will be" + Text[0x024E]="Gains on" + Text[0x024F]="were captured and changed" + Text[0x0250]="from Adjustable to Fixed" Text[0x0263]="Fixed/Adjustable Gains" Text[0x0266]="Heading Gain" Text[0x026A]="Use CAUTION for Yaw gain!"