mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 14:25:13 +03:00
Re-organise resources/osd to separate analogue, and add HD font support
This commit is contained in:
parent
3f0d29dceb
commit
2eddfc5087
3164 changed files with 262164 additions and 262147 deletions
|
@ -2962,7 +2962,7 @@ TABS.osd.initialize = function (callback) {
|
|||
}
|
||||
$fontPicker.removeClass('active');
|
||||
$(this).addClass('active');
|
||||
$.get('/resources/osd/' + $(this).data('font-file') + '.mcm', function (data) {
|
||||
$.get('/resources/osd/analogue/' + $(this).data('font-file') + '.mcm', function (data) {
|
||||
FONT.parseMCMFontFile(data);
|
||||
FONT.preview($preview);
|
||||
OSD.GUI.update();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue