Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Lines <darren@darrenlines.uk>2022-07-14 23:17:17 +0300
committerGitHub <noreply@github.com>2022-07-14 23:17:17 +0300
commitb8412534f4f668ffbdcc1dbbc727f02511664eb1 (patch)
tree6e9f0a4fb44c3e727cd518fae708ef4975ded72a /_locales
parentd7a557f4349bc0d1255c3bbb510af3420aadcb83 (diff)
parent44dbc3722fd91be686e68bc2cac773588c8a9223 (diff)
Merge pull request #1540 from iNavFlight/MrD_Move-AHI-on-OSD-screen
Allow the HUD & AHI to be offset from the OSD page
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index d3f64646..88f69056 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -3021,6 +3021,12 @@
"osd_crosshairs_style": {
"message" : "Crosshairs Style"
},
+ "osd_horizon_offset": {
+ "message" : "AHI & HUD offset"
+ },
+ "osd_horizon_offset_help" : {
+ "message" : "Move the HUD and AHI up or down on the OSD to get it level with the actual horizon. The AHI can appear high or low depending on the camera angle in flight. <span style='color:red;'>NOTE: </span> This does not work with the Pixel OSD. For that use the `osd_ahi_vertical_offset` command in the CLI."
+ },
"osd_left_sidebar_scroll": {
"message" : "Left Sidebar Scroll"
},