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-06-04 12:11:04 +0300
committerDarren Lines <darren@darrenlines.uk>2022-06-04 12:11:04 +0300
commit2c121b7325ebd972a0123b6174bb4a04a3ae0ee5 (patch)
tree8336fe379ce4053c609be1c2a747532b90134bb4 /_locales
parent02dfffc354d6fbb5c9dc01d28de5e50a78d62e38 (diff)
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 a0663a96..cacfa81d 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -3018,6 +3018,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"
},