Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
- Added help icon with link to OSD icons document
- Stopped OSD preview from updating if it has not yet been drawn
- Removed some remaining switch indicator parts
- Added additional numerical options to OSD custom elements types
- Added the option to directly access LC, not just GV, in the OSD custom elements types
- Added preview of actual layout of OSD custom element. To make alignment much easier.
  • Loading branch information
MrD-RC committed Aug 6, 2024
1 parent db2fb67 commit 4db59ca
Show file tree
Hide file tree
Showing 3 changed files with 331 additions and 191 deletions.
3 changes: 3 additions & 0 deletions locale/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3628,6 +3628,9 @@
"osd_custom_element_settings": {
"message": "Custom OSD elements"
},
"osd_custom_element_settings_HELP": {
"message": "You can find the icon numbers by clicking this help button."
},
"custom_element": {
"message": "Custom element"
},
Expand Down
1 change: 1 addition & 0 deletions tabs/osd.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ <h1 class="tab_title" data-i18n="tabOSD"></h1>

<div class="gui_box grey custom-element-container">
<div class="gui_box_titlebar">
<a href="https://github.com/iNavFlight/inav-configurator/resources/osd/INAV%20Character%20Map.md" target="_blank"><div for="osd_custom_element_settings" class="helpicon cf_tip" data-i18n_title="osd_custom_element_settings_HELP"></div></a>
<div class="spacer_box_title" data-i18n="osd_custom_element_settings"></div>
</div>
<div class="spacer_box settings" id="osdCustomElements"></div>
Expand Down
Loading

0 comments on commit 4db59ca

Please sign in to comment.