diff --git a/content/SUMMARY.md b/content/SUMMARY.md index 7eae999..54bacce 100644 --- a/content/SUMMARY.md +++ b/content/SUMMARY.md @@ -11,6 +11,7 @@ - [Current sensor calibrator](ardupilot/current-sensor-calibrator.md) - [DJI FPV configuration](ardupilot/dji-fpv-configuration.md) - [ELRS preferred configuration](ardupilot/elrs-preferred-configuration.md) + - [HD OSD tool](ardupilot/hd-osd-tool.md) - [Installing WTFOS on DJI](ardupilot/installing-wtfos-on-dji.md) - [Miscellaneous notes](ardupilot/miscellaneous-notes.md) - [Reverse thrust](ardupilot/reverse-thrust.md) diff --git a/content/ardupilot/hd-osd-tool.md b/content/ardupilot/hd-osd-tool.md new file mode 100644 index 0000000..c5bb033 --- /dev/null +++ b/content/ardupilot/hd-osd-tool.md @@ -0,0 +1,578 @@ +# HD OSD tool + +This tool lets you configure your OSD, supporting larger grid sizes than the standard Ardupilot one. + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ TIP: use OSDn_TXT_RES=3 to extend the grid from 50x18 to 60x22.* +

To use the tool:

+
    +
  1. Create a parameter backup using Parachute or Mission Planner.
  2. +
  3. Paste your configuration in the textbox below. Your OSD items will be displayed.
  4. +
  5. Resize your browser window to your needs (strg +/- | cmd +/-).
  6. +
  7. Add OSD elements from the list on the right or re-arrange them as you like.
  8. +
  9. Copy the generated parachute command to the CLI or the Mission Planner config to a textfile and restore.
  10. +
+
+ Show coordinates: + +
+
+ Grid: + +
+
+ Background: + + +
+ Paste your Parachute config: + + +
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + +_(Many thanks to mfoos for writing this note.)_ + +* * * + +

+Last updated on March 13, 2023. For any questions/feedback, +email me at hi@stavros.io. +

diff --git a/content/ardupilot/index.md b/content/ardupilot/index.md index 36cf1fd..41ef873 100644 --- a/content/ardupilot/index.md +++ b/content/ardupilot/index.md @@ -10,6 +10,7 @@ Click on a link in the list below to go to that page: 1. [Current sensor calibrator](../../ardupilot/current-sensor-calibrator.html) 1. [DJI FPV configuration](../../ardupilot/dji-fpv-configuration.html) 1. [ELRS preferred configuration](../../ardupilot/elrs-preferred-configuration.html) +1. [HD OSD tool](../../ardupilot/hd-osd-tool.html) 1. [Installing WTFOS on DJI](../../ardupilot/installing-wtfos-on-dji.html) 1. [Miscellaneous notes](../../ardupilot/miscellaneous-notes.html) 1. [Reverse thrust](../../ardupilot/reverse-thrust.html)