15 Commits

Author SHA1 Message Date
Frankie Arzu
93a2cc8b7f
Version 0.55 () 2023-09-08 14:33:13 +02:00
Frankie Arzu
b2f8f482bb
V0.54 Enhacements ()
*  DSM Enhancements

  DSM Forward Programming Enhancements (New GUI, etc)

* Make both work on EdgeTx and OpenTX

*  Turn OFF simulation by default

Distribution code with RX simulation OFF
Simulation should be only for Development

*  Update Readme Documentation

Updated the Readme.txt documentation
and removed compiled luac file that was check in by mistake

*  Fix problems With Reset RX

1. Fix problem when trying to Factory Reset. Enter Bind Mode. Save backup, Restore Backup

2. Found a way to advance on the Gyro initial Setup menus.. a bit of a hack, but works.

3. Handle RX resets properly. It needed after initial setup

*  Cosmetic and Show Orientation Images


1. Fix problems when text contradictions between Menu/Line Headers and List Values
2. Show Images of RX orientations
3. Able to Hack getting into Initial Setup and other menus who was failing before
4. Custumize the way Flight Mode reports the Value on Screen

*  add check for required libraries

Add check that the required files in DSMLIB exist

* 

Write documentation about the protocol so that we don't forget later what we know, and enable others to understand the logs and maybe help solve problems.

* 

Change the way to detect that the files exist. now works on both ETX and OTX

*  Strange Flickering in OTX

Strange Flickering happening on OTX. Refreshing the screen on every cycle fixed the problem

*  Change way of dectecting EdgeTX

Change way of detecting OTX in multiple versions: OTX 2.3.14 and 2.3.15

*   make editable Gain Values

Gains and other settings should be editable even when they are VALUE_NOCHANGING. Flight Mode is an exception that is handled properly. Right align numbers.

*  More enhacements

Added AR630
Make numbers right justified
Cleanup some log messages and line types.
Updated DSM FWD prog documentation

*  more cosmetic things

1. Added AR10360T,
2. Simplify way to configured the hack for more receivers.
3. Change some texts on menus to march spektrum
4. Background color in Spektrum theme to match

*  A few final changes

1. Update channel names to include channel number. i.e: Ch5 (Gear)
2,  Fix flight mode display for Heli Receiver
3. i think the unknown lines are to request info about the TX settings

* 

1. Added Warning Screen
2. Correct handling of Unknown lines in Gyro Settings->Initial Setup

* 

New v0.51 version.
- Added new menus to configure Model/Wing type.  Without it, the initial setup will not work properly.

*  More fixes on mixers and servo reverse

-- Fix problem reversing servos when using vtail/delta mix
-- Properly detect ch order of multimodule

*  Updated channel naming and docs

Updated readme documentation
Consistent naming of Ch across the code.

*  Fix message displaying data path

*   More improvements

1. Much easier to select channels > Ch6 for FMode, Gain and Panic channels
2. B&W version for smaller screens (128x64).. Memory footprint still a problem.
3. Fix a lot typos/misspell/grammar in the documentation

* Create DSM_AR636_TextGen.lua

Script to show Telemetry TextGen screens
for AR636 Receiver.
Really useful for BLADE helis using the AR636

Could replace dsmPID.lua

Still needs to be ported to smaller screens.

*  Enhancements for Lua Script tools

Enhancements

* Delete DSM_AR636_TextGen.lua

The TextGen functionality is included in DSM_AR636_Tel.lua. No longer needed

* Version 0.54

1. Fix problem with "Attitude Trim" Menu
2. New "MINimalistic" version for radios with very low memory
3. Externalized menu messages shared by all versions. the idea is to allow to translate it into other languages.
4. Correction of TextGen tools to work on black&white radios (some Lua functional differences). TextGen will be working on EdgeTx 2,8.3

---------

Co-authored-by: pascallanger <pascal_langer@yahoo.fr>
2023-04-16 21:42:31 +02:00
Frankie Arzu
f49f03d7da
Frankie dsm fwrd prg enhancements ()
*  DSM Enhancements

  DSM Forward Programming Enhancements (New GUI, etc)

* Make both work on EdgeTx and OpenTX

*  Turn OFF simulation by default

Distribution code with RX simulation OFF
Simulation should be only for Development

*  Update Readme Documentation

Updated the Readme.txt documentation
and removed compiled luac file that was check in by mistake

*  Fix problems With Reset RX

1. Fix problem when trying to Factory Reset. Enter Bind Mode. Save backup, Restore Backup

2. Found a way to advance on the Gyro initial Setup menus.. a bit of a hack, but works.

3. Handle RX resets properly. It needed after initial setup

*  Cosmetic and Show Orientation Images


1. Fix problems when text contradictions between Menu/Line Headers and List Values
2. Show Images of RX orientations
3. Able to Hack getting into Initial Setup and other menus who was failing before
4. Custumize the way Flight Mode reports the Value on Screen

*  add check for required libraries

Add check that the required files in DSMLIB exist

* 

Write documentation about the protocol so that we don't forget later what we know, and enable others to understand the logs and maybe help solve problems.

* 

Change the way to detect that the files exist. now works on both ETX and OTX

*  Strange Flickering in OTX

Strange Flickering happening on OTX. Refreshing the screen on every cycle fixed the problem

*  Change way of dectecting EdgeTX

Change way of detecting OTX in multiple versions: OTX 2.3.14 and 2.3.15

*   make editable Gain Values

Gains and other settings should be editable even when they are VALUE_NOCHANGING. Flight Mode is an exception that is handled properly. Right align numbers.

*  More enhacements

Added AR630
Make numbers right justified
Cleanup some log messages and line types.
Updated DSM FWD prog documentation

*  more cosmetic things

1. Added AR10360T,
2. Simplify way to configured the hack for more receivers.
3. Change some texts on menus to march spektrum
4. Background color in Spektrum theme to match

*  A few final changes

1. Update channel names to include channel number. i.e: Ch5 (Gear)
2,  Fix flight mode display for Heli Receiver
3. i think the unknown lines are to request info about the TX settings

* 

1. Added Warning Screen
2. Correct handling of Unknown lines in Gyro Settings->Initial Setup

* 

New v0.51 version.
- Added new menus to configure Model/Wing type.  Without it, the initial setup will not work properly.

*  More fixes on mixers and servo reverse

-- Fix problem reversing servos when using vtail/delta mix
-- Properly detect ch order of multimodule

*  Updated channel naming and docs

Updated readme documentation
Consistent naming of Ch across the code.

*  Fix message displaying data path

*   More improvements

1. Much easier to select channels > Ch6 for FMode, Gain and Panic channels
2. B&W version for smaller screens (128x64).. Memory footprint still a problem.
3. Fix a lot typos/misspell/grammar in the documentation

Co-authored-by: pascallanger <pascal_langer@yahoo.fr>
2023-01-15 11:27:34 +01:00
Frankie Arzu
401cc76f20
Fix message displaying the DataPath after saving ()
*  DSM Enhancements

  DSM Forward Programming Enhancements (New GUI, etc)

* Make both work on EdgeTx and OpenTX

*  Turn OFF simulation by default

Distribution code with RX simulation OFF
Simulation should be only for Development

*  Update Readme Documentation

Updated the Readme.txt documentation
and removed compiled luac file that was check in by mistake

*  Fix problems With Reset RX

1. Fix problem when trying to Factory Reset. Enter Bind Mode. Save backup, Restore Backup

2. Found a way to advance on the Gyro initial Setup menus.. a bit of a hack, but works.

3. Handle RX resets properly. It needed after initial setup

*  Cosmetic and Show Orientation Images


1. Fix problems when text contradictions between Menu/Line Headers and List Values
2. Show Images of RX orientations
3. Able to Hack getting into Initial Setup and other menus who was failing before
4. Custumize the way Flight Mode reports the Value on Screen

*  add check for required libraries

Add check that the required files in DSMLIB exist

* 

Write documentation about the protocol so that we don't forget later what we know, and enable others to understand the logs and maybe help solve problems.

* 

Change the way to detect that the files exist. now works on both ETX and OTX

*  Strange Flickering in OTX

Strange Flickering happening on OTX. Refreshing the screen on every cycle fixed the problem

*  Change way of dectecting EdgeTX

Change way of detecting OTX in multiple versions: OTX 2.3.14 and 2.3.15

*   make editable Gain Values

Gains and other settings should be editable even when they are VALUE_NOCHANGING. Flight Mode is an exception that is handled properly. Right align numbers.

*  More enhacements

Added AR630
Make numbers right justified
Cleanup some log messages and line types.
Updated DSM FWD prog documentation

*  more cosmetic things

1. Added AR10360T,
2. Simplify way to configured the hack for more receivers.
3. Change some texts on menus to march spektrum
4. Background color in Spektrum theme to match

*  A few final changes

1. Update channel names to include channel number. i.e: Ch5 (Gear)
2,  Fix flight mode display for Heli Receiver
3. i think the unknown lines are to request info about the TX settings

* 

1. Added Warning Screen
2. Correct handling of Unknown lines in Gyro Settings->Initial Setup

* 

New v0.51 version.
- Added new menus to configure Model/Wing type.  Without it, the initial setup will not work properly.

*  More fixes on mixers and servo reverse

-- Fix problem reversing servos when using vtail/delta mix
-- Properly detect ch order of multimodule

*  Updated channel naming and docs

Updated readme documentation
Consistent naming of Ch across the code.

*  Fix message displaying data path

Co-authored-by: pascallanger <pascal_langer@yahoo.fr>
2022-12-20 23:48:23 +01:00
Frankie Arzu
6297810edc
Updated Ch naming across all display, and updated Docs ()
*  DSM Enhancements

  DSM Forward Programming Enhancements (New GUI, etc)

* Make both work on EdgeTx and OpenTX

*  Turn OFF simulation by default

Distribution code with RX simulation OFF
Simulation should be only for Development

*  Update Readme Documentation

Updated the Readme.txt documentation
and removed compiled luac file that was check in by mistake

*  Fix problems With Reset RX

1. Fix problem when trying to Factory Reset. Enter Bind Mode. Save backup, Restore Backup

2. Found a way to advance on the Gyro initial Setup menus.. a bit of a hack, but works.

3. Handle RX resets properly. It needed after initial setup

*  Cosmetic and Show Orientation Images


1. Fix problems when text contradictions between Menu/Line Headers and List Values
2. Show Images of RX orientations
3. Able to Hack getting into Initial Setup and other menus who was failing before
4. Custumize the way Flight Mode reports the Value on Screen

*  add check for required libraries

Add check that the required files in DSMLIB exist

* 

Write documentation about the protocol so that we don't forget later what we know, and enable others to understand the logs and maybe help solve problems.

* 

Change the way to detect that the files exist. now works on both ETX and OTX

*  Strange Flickering in OTX

Strange Flickering happening on OTX. Refreshing the screen on every cycle fixed the problem

*  Change way of dectecting EdgeTX

Change way of detecting OTX in multiple versions: OTX 2.3.14 and 2.3.15

*   make editable Gain Values

Gains and other settings should be editable even when they are VALUE_NOCHANGING. Flight Mode is an exception that is handled properly. Right align numbers.

*  More enhacements

Added AR630
Make numbers right justified
Cleanup some log messages and line types.
Updated DSM FWD prog documentation

*  more cosmetic things

1. Added AR10360T,
2. Simplify way to configured the hack for more receivers.
3. Change some texts on menus to march spektrum
4. Background color in Spektrum theme to match

*  A few final changes

1. Update channel names to include channel number. i.e: Ch5 (Gear)
2,  Fix flight mode display for Heli Receiver
3. i think the unknown lines are to request info about the TX settings

* 

1. Added Warning Screen
2. Correct handling of Unknown lines in Gyro Settings->Initial Setup

* 

New v0.51 version.
- Added new menus to configure Model/Wing type.  Without it, the initial setup will not work properly.

*  More fixes on mixers and servo reverse

-- Fix problem reversing servos when using vtail/delta mix
-- Properly detect ch order of multimodule

*  Updated channel naming and docs

Updated readme documentation
Consistent naming of Ch across the code.

Co-authored-by: pascallanger <pascal_langer@yahoo.fr>
2022-12-20 22:58:38 +01:00
Frankie Arzu
01aef0a822
Frankie dsm fwrd prg enhancements ()
*  DSM Enhancements

  DSM Forward Programming Enhancements (New GUI, etc)

* Make both work on EdgeTx and OpenTX

*  Turn OFF simulation by default

Distribution code with RX simulation OFF
Simulation should be only for Development

*  Update Readme Documentation

Updated the Readme.txt documentation
and removed compiled luac file that was check in by mistake

*  Fix problems With Reset RX

1. Fix problem when trying to Factory Reset. Enter Bind Mode. Save backup, Restore Backup

2. Found a way to advance on the Gyro initial Setup menus.. a bit of a hack, but works.

3. Handle RX resets properly. It needed after initial setup

*  Cosmetic and Show Orientation Images


1. Fix problems when text contradictions between Menu/Line Headers and List Values
2. Show Images of RX orientations
3. Able to Hack getting into Initial Setup and other menus who was failing before
4. Custumize the way Flight Mode reports the Value on Screen

*  add check for required libraries

Add check that the required files in DSMLIB exist

* 

Write documentation about the protocol so that we don't forget later what we know, and enable others to understand the logs and maybe help solve problems.

* 

Change the way to detect that the files exist. now works on both ETX and OTX

*  Strange Flickering in OTX

Strange Flickering happening on OTX. Refreshing the screen on every cycle fixed the problem

*  Change way of dectecting EdgeTX

Change way of detecting OTX in multiple versions: OTX 2.3.14 and 2.3.15

*   make editable Gain Values

Gains and other settings should be editable even when they are VALUE_NOCHANGING. Flight Mode is an exception that is handled properly. Right align numbers.

*  More enhacements

Added AR630
Make numbers right justified
Cleanup some log messages and line types.
Updated DSM FWD prog documentation

*  more cosmetic things

1. Added AR10360T,
2. Simplify way to configured the hack for more receivers.
3. Change some texts on menus to march spektrum
4. Background color in Spektrum theme to match

*  A few final changes

1. Update channel names to include channel number. i.e: Ch5 (Gear)
2,  Fix flight mode display for Heli Receiver
3. i think the unknown lines are to request info about the TX settings

* 

1. Added Warning Screen
2. Correct handling of Unknown lines in Gyro Settings->Initial Setup

* 

New v0.51 version.
- Added new menus to configure Model/Wing type.  Without it, the initial setup will not work properly.

*  More fixes on mixers and servo reverse

-- Fix problem reversing servos when using vtail/delta mix
-- Properly detect ch order of multimodule

Co-authored-by: pascallanger <pascal_langer@yahoo.fr>
2022-12-20 10:12:34 +01:00
Frankie Arzu
186730231e
Fwrd Programming New Model/Wingtype Setup Menus ()
*  DSM Enhancements

  DSM Forward Programming Enhancements (New GUI, etc)

* Make both work on EdgeTx and OpenTX

*  Turn OFF simulation by default

Distribution code with RX simulation OFF
Simulation should be only for Development

*  Update Readme Documentation

Updated the Readme.txt documentation
and removed compiled luac file that was check in by mistake

*  Fix problems With Reset RX

1. Fix problem when trying to Factory Reset. Enter Bind Mode. Save backup, Restore Backup

2. Found a way to advance on the Gyro initial Setup menus.. a bit of a hack, but works.

3. Handle RX resets properly. It needed after initial setup

*  Cosmetic and Show Orientation Images


1. Fix problems when text contradictions between Menu/Line Headers and List Values
2. Show Images of RX orientations
3. Able to Hack getting into Initial Setup and other menus who was failing before
4. Custumize the way Flight Mode reports the Value on Screen

*  add check for required libraries

Add check that the required files in DSMLIB exist

* 

Write documentation about the protocol so that we don't forget later what we know, and enable others to understand the logs and maybe help solve problems.

* 

Change the way to detect that the files exist. now works on both ETX and OTX

*  Strange Flickering in OTX

Strange Flickering happening on OTX. Refreshing the screen on every cycle fixed the problem

*  Change way of dectecting EdgeTX

Change way of detecting OTX in multiple versions: OTX 2.3.14 and 2.3.15

*   make editable Gain Values

Gains and other settings should be editable even when they are VALUE_NOCHANGING. Flight Mode is an exception that is handled properly. Right align numbers.

*  More enhacements

Added AR630
Make numbers right justified
Cleanup some log messages and line types.
Updated DSM FWD prog documentation

*  more cosmetic things

1. Added AR10360T,
2. Simplify way to configured the hack for more receivers.
3. Change some texts on menus to march spektrum
4. Background color in Spektrum theme to match

*  A few final changes

1. Update channel names to include channel number. i.e: Ch5 (Gear)
2,  Fix flight mode display for Heli Receiver
3. i think the unknown lines are to request info about the TX settings

* 

1. Added Warning Screen
2. Correct handling of Unknown lines in Gyro Settings->Initial Setup

* 

New v0.51 version.
- Added new menus to configure Model/Wing type.  Without it, the initial setup will not work properly.

Co-authored-by: pascallanger <pascal_langer@yahoo.fr>
2022-12-18 19:45:50 +01:00
Frankie Arzu
c4e70ab4fd
Frankie dsm fwrd prg enhancements ()
*  DSM Enhancements

  DSM Forward Programming Enhancements (New GUI, etc)

* Make both work on EdgeTx and OpenTX

*  Turn OFF simulation by default

Distribution code with RX simulation OFF
Simulation should be only for Development

*  Update Readme Documentation

Updated the Readme.txt documentation
and removed compiled luac file that was check in by mistake

*  Fix problems With Reset RX

1. Fix problem when trying to Factory Reset. Enter Bind Mode. Save backup, Restore Backup

2. Found a way to advance on the Gyro initial Setup menus.. a bit of a hack, but works.

3. Handle RX resets properly. It needed after initial setup

*  Cosmetic and Show Orientation Images


1. Fix problems when text contradictions between Menu/Line Headers and List Values
2. Show Images of RX orientations
3. Able to Hack getting into Initial Setup and other menus who was failing before
4. Custumize the way Flight Mode reports the Value on Screen

*  add check for required libraries

Add check that the required files in DSMLIB exist

* 

Write documentation about the protocol so that we don't forget later what we know, and enable others to understand the logs and maybe help solve problems.

* 

Change the way to detect that the files exist. now works on both ETX and OTX

*  Strange Flickering in OTX

Strange Flickering happening on OTX. Refreshing the screen on every cycle fixed the problem

*  Change way of dectecting EdgeTX

Change way of detecting OTX in multiple versions: OTX 2.3.14 and 2.3.15

*   make editable Gain Values

Gains and other settings should be editable even when they are VALUE_NOCHANGING. Flight Mode is an exception that is handled properly. Right align numbers.

*  More enhacements

Added AR630
Make numbers right justified
Cleanup some log messages and line types.
Updated DSM FWD prog documentation

*  more cosmetic things

1. Added AR10360T,
2. Simplify way to configured the hack for more receivers.
3. Change some texts on menus to march spektrum
4. Background color in Spektrum theme to match

*  A few final changes

1. Update channel names to include channel number. i.e: Ch5 (Gear)
2,  Fix flight mode display for Heli Receiver
3. i think the unknown lines are to request info about the TX settings

* 

1. Added Warning Screen
2. Correct handling of Unknown lines in Gyro Settings->Initial Setup

Co-authored-by: pascallanger <pascal_langer@yahoo.fr>
2022-12-02 08:53:13 +01:00
Frankie Arzu
2da8b3c42a
Frankie dsm fwrd prg enhancements ()
*  DSM Enhancements

  DSM Forward Programming Enhancements (New GUI, etc)

* Make both work on EdgeTx and OpenTX

*  Turn OFF simulation by default

Distribution code with RX simulation OFF
Simulation should be only for Development

*  Update Readme Documentation

Updated the Readme.txt documentation
and removed compiled luac file that was check in by mistake

*  Fix problems With Reset RX

1. Fix problem when trying to Factory Reset. Enter Bind Mode. Save backup, Restore Backup

2. Found a way to advance on the Gyro initial Setup menus.. a bit of a hack, but works.

3. Handle RX resets properly. It needed after initial setup

*  Cosmetic and Show Orientation Images


1. Fix problems when text contradictions between Menu/Line Headers and List Values
2. Show Images of RX orientations
3. Able to Hack getting into Initial Setup and other menus who was failing before
4. Custumize the way Flight Mode reports the Value on Screen

*  add check for required libraries

Add check that the required files in DSMLIB exist

* 

Write documentation about the protocol so that we don't forget later what we know, and enable others to understand the logs and maybe help solve problems.

* 

Change the way to detect that the files exist. now works on both ETX and OTX

*  Strange Flickering in OTX

Strange Flickering happening on OTX. Refreshing the screen on every cycle fixed the problem

*  Change way of dectecting EdgeTX

Change way of detecting OTX in multiple versions: OTX 2.3.14 and 2.3.15

*   make editable Gain Values

Gains and other settings should be editable even when they are VALUE_NOCHANGING. Flight Mode is an exception that is handled properly. Right align numbers.

*  More enhacements

Added AR630
Make numbers right justified
Cleanup some log messages and line types.
Updated DSM FWD prog documentation

*  more cosmetic things

1. Added AR10360T,
2. Simplify way to configured the hack for more receivers.
3. Change some texts on menus to march spektrum
4. Background color in Spektrum theme to match

*  A few final changes

1. Update channel names to include channel number. i.e: Ch5 (Gear)
2,  Fix flight mode display for Heli Receiver
3. i think the unknown lines are to request info about the TX settings

Co-authored-by: pascallanger <pascal_langer@yahoo.fr>
2022-12-01 08:57:33 +01:00
Frankie Arzu
38a79c816a
Frankie dsm fwrd prg enhancements ()
*  DSM Enhancements

  DSM Forward Programming Enhancements (New GUI, etc)

* Make both work on EdgeTx and OpenTX

*  Turn OFF simulation by default

Distribution code with RX simulation OFF
Simulation should be only for Development

*  Update Readme Documentation

Updated the Readme.txt documentation
and removed compiled luac file that was check in by mistake

*  Fix problems With Reset RX

1. Fix problem when trying to Factory Reset. Enter Bind Mode. Save backup, Restore Backup

2. Found a way to advance on the Gyro initial Setup menus.. a bit of a hack, but works.

3. Handle RX resets properly. It needed after initial setup

*  Cosmetic and Show Orientation Images


1. Fix problems when text contradictions between Menu/Line Headers and List Values
2. Show Images of RX orientations
3. Able to Hack getting into Initial Setup and other menus who was failing before
4. Custumize the way Flight Mode reports the Value on Screen

*  add check for required libraries

Add check that the required files in DSMLIB exist

* 

Write documentation about the protocol so that we don't forget later what we know, and enable others to understand the logs and maybe help solve problems.

* 

Change the way to detect that the files exist. now works on both ETX and OTX

*  Strange Flickering in OTX

Strange Flickering happening on OTX. Refreshing the screen on every cycle fixed the problem

*  Change way of dectecting EdgeTX

Change way of detecting OTX in multiple versions: OTX 2.3.14 and 2.3.15

*   make editable Gain Values

Gains and other settings should be editable even when they are VALUE_NOCHANGING. Flight Mode is an exception that is handled properly. Right align numbers.

*  More enhacements

Added AR630
Make numbers right justified
Cleanup some log messages and line types.
Updated DSM FWD prog documentation

*  more cosmetic things

1. Added AR10360T,
2. Simplify way to configured the hack for more receivers.
3. Change some texts on menus to march spektrum
4. Background color in Spektrum theme to match

Co-authored-by: pascallanger <pascal_langer@yahoo.fr>
2022-11-29 23:23:10 +01:00
Frankie Arzu
1d8f1a0857
Frankie dsm fwrd prg enhancements ()
*  DSM Enhancements

  DSM Forward Programming Enhancements (New GUI, etc)

* Make both work on EdgeTx and OpenTX

*  Turn OFF simulation by default

Distribution code with RX simulation OFF
Simulation should be only for Development

*  Update Readme Documentation

Updated the Readme.txt documentation
and removed compiled luac file that was check in by mistake

*  Fix problems With Reset RX

1. Fix problem when trying to Factory Reset. Enter Bind Mode. Save backup, Restore Backup

2. Found a way to advance on the Gyro initial Setup menus.. a bit of a hack, but works.

3. Handle RX resets properly. It needed after initial setup

*  Cosmetic and Show Orientation Images


1. Fix problems when text contradictions between Menu/Line Headers and List Values
2. Show Images of RX orientations
3. Able to Hack getting into Initial Setup and other menus who was failing before
4. Custumize the way Flight Mode reports the Value on Screen

*  add check for required libraries

Add check that the required files in DSMLIB exist

* 

Write documentation about the protocol so that we don't forget later what we know, and enable others to understand the logs and maybe help solve problems.

* 

Change the way to detect that the files exist. now works on both ETX and OTX

*  Strange Flickering in OTX

Strange Flickering happening on OTX. Refreshing the screen on every cycle fixed the problem

*  Change way of dectecting EdgeTX

Change way of detecting OTX in multiple versions: OTX 2.3.14 and 2.3.15

*   make editable Gain Values

Gains and other settings should be editable even when they are VALUE_NOCHANGING. Flight Mode is an exception that is handled properly. Right align numbers.

*  More enhacements

Added AR630
Make numbers right justified
Cleanup some log messages and line types.
Updated DSM FWD prog documentation

Co-authored-by: pascallanger <pascal_langer@yahoo.fr>
2022-11-29 07:46:40 +01:00
Frankie Arzu
5901bac374
Fix for editable Gains + Number formatting ()
*  DSM Enhancements

  DSM Forward Programming Enhancements (New GUI, etc)

* Make both work on EdgeTx and OpenTX

*  Turn OFF simulation by default

Distribution code with RX simulation OFF
Simulation should be only for Development

*  Update Readme Documentation

Updated the Readme.txt documentation
and removed compiled luac file that was check in by mistake

*  Fix problems With Reset RX

1. Fix problem when trying to Factory Reset. Enter Bind Mode. Save backup, Restore Backup

2. Found a way to advance on the Gyro initial Setup menus.. a bit of a hack, but works.

3. Handle RX resets properly. It needed after initial setup

*  Cosmetic and Show Orientation Images


1. Fix problems when text contradictions between Menu/Line Headers and List Values
2. Show Images of RX orientations
3. Able to Hack getting into Initial Setup and other menus who was failing before
4. Custumize the way Flight Mode reports the Value on Screen

*  add check for required libraries

Add check that the required files in DSMLIB exist

* 

Write documentation about the protocol so that we don't forget later what we know, and enable others to understand the logs and maybe help solve problems.

* 

Change the way to detect that the files exist. now works on both ETX and OTX

*  Strange Flickering in OTX

Strange Flickering happening on OTX. Refreshing the screen on every cycle fixed the problem

*  Change way of dectecting EdgeTX

Change way of detecting OTX in multiple versions: OTX 2.3.14 and 2.3.15

*   make editable Gain Values

Gains and other settings should be editable even when they are VALUE_NOCHANGING. Flight Mode is an exception that is handled properly. Right align numbers.

Co-authored-by: pascallanger <pascal_langer@yahoo.fr>
2022-11-28 20:00:16 +01:00
Frankie Arzu
40b393ac4a
Frankie DSM fwrd Prog (more improvements) ()
*  DSM Enhancements

  DSM Forward Programming Enhancements (New GUI, etc)

* Make both work on EdgeTx and OpenTX

*  Turn OFF simulation by default

Distribution code with RX simulation OFF
Simulation should be only for Development

*  Update Readme Documentation

Updated the Readme.txt documentation
and removed compiled luac file that was check in by mistake

*  Fix problems With Reset RX

1. Fix problem when trying to Factory Reset. Enter Bind Mode. Save backup, Restore Backup

2. Found a way to advance on the Gyro initial Setup menus.. a bit of a hack, but works.

3. Handle RX resets properly. It needed after initial setup

*  Cosmetic and Show Orientation Images


1. Fix problems when text contradictions between Menu/Line Headers and List Values
2. Show Images of RX orientations
3. Able to Hack getting into Initial Setup and other menus who was failing before
4. Custumize the way Flight Mode reports the Value on Screen

Co-authored-by: pascallanger <pascal_langer@yahoo.fr>
2022-11-20 18:01:16 +01:00
Frankie Arzu
1c6dc01959
Frankie dsm fwrd prg enhancements ()
*  DSM Enhancements

  DSM Forward Programming Enhancements (New GUI, etc)

* Make both work on EdgeTx and OpenTX

*  Turn OFF simulation by default

Distribution code with RX simulation OFF
Simulation should be only for Development

*  Update Readme Documentation

Updated the Readme.txt documentation
and removed compiled luac file that was check in by mistake

*  Fix problems With Reset RX

1. Fix problem when trying to Factory Reset. Enter Bind Mode. Save backup, Restore Backup

2. Found a way to advance on the Gyro initial Setup menus.. a bit of a hack, but works.

3. Handle RX resets properly. It needed after initial setup

Co-authored-by: pascallanger <pascal_langer@yahoo.fr>
2022-11-18 10:41:59 +01:00
Frankie Arzu
4d8e440965
Frankie dsm fwrd prg enhancements ()
DSM Forward Programming Enhancements (New GUI for Color+Touch and BW, etc). Work on EdgeTx and OpenTX.
2022-11-17 09:42:04 +01:00