Updated MPH symbol in Impact fonts

- Updated the MPH symbol in Impact and Impact Mini for consistency. Thanks @Jetrell
- Fixed inconsistency between Azimuth and Heading in preview and OSD.
- Alphabetised the font selector, with the exception of default.
pull/1322/head
Darren Lines 3 years ago
parent 15462d7e92
commit 3bcd42d3f3

@ -8773,6 +8773,9 @@ MAX7456
01010101
01010101
01010101
01010101
01010101
01010101
01000000
00000100
00000101
@ -8780,26 +8783,23 @@ MAX7456
10100010
10100001
00100010
00100000
10000101
00100010
00100000
10000101
00100001
00100010
00100000
10000101
00100000
00100010
10100001
01000000
00000000
00000101
00101010
10101010
10100001
01000000
00000000
00100010
00100010
00000101
00100000
00100010
00010101
01000101
01000100
01010101
01010101
00010001
01010101
01010100
10001000
01010101
@ -9285,6 +9285,9 @@ MAX7456
01010101
01010101
01010101
01010101
01010101
01010101
01000000
00000100
00000101
@ -9292,26 +9295,23 @@ MAX7456
10100010
10100001
00100010
00100000
10000101
00100010
00100000
10000101
00100001
00100010
00100000
10000101
00100000
00100010
10100001
01000000
00000000
00000101
00101010
10101010
10100001
01000000
00000000
00100010
00100010
00000101
00100000
00100010
00010101
01000101
01000100
01010101
01010101
00010001
01010101
01010100
10001000
01010101

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 309 B

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 B

After

Width:  |  Height:  |  Size: 257 B

@ -8776,6 +8776,9 @@ MAX7456
01010101
01010101
01010101
01010101
01010101
01010101
01000000
00000100
00000101
@ -8783,23 +8786,20 @@ MAX7456
10100010
10100001
00100010
00100000
10000101
00100010
00100000
10000101
00100000
00100001
00100010
00100010
10100001
01000000
00000000
00000101
00101010
10101010
10100001
01000000
00000000
00100000
00100010
00000101
01000101
01000100
01010101
01010101
00010001
01010101
01010100
10001000
01010001
@ -9288,6 +9288,9 @@ MAX7456
01010101
01010101
01010101
01010101
01010101
01010101
01000000
00000100
00000101
@ -9295,23 +9298,20 @@ MAX7456
10100010
10100001
00100010
00100000
10000101
00100010
00100000
10000101
00100000
00100001
00100010
00100010
10100001
01000000
00000000
00000101
00101010
10101010
10100001
01000000
00000000
00100000
00100010
00000101
01000101
01000100
01010101
01010101
00010001
01010101
01010100
10001000
01010101

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 312 B

After

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 B

After

Width:  |  Height:  |  Size: 253 B

@ -238,13 +238,13 @@
<div class="content_wrapper font-preview"></div>
<div class="fontbuttons">
<button data-font-file="default" data-i18n="osd_font_default"></button>
<button data-font-file="vision" data-i18n="osd_font_vision"></button>
<button data-font-file="impact" data-i18n="osd_font_impact"></button>
<button data-font-file="impact_mini" data-i18n="osd_font_impact_mini"></button>
<button data-font-file="bold" data-i18n="osd_font_bold"></button>
<button data-font-file="clarity" data-i18n="osd_font_clarity"></button>
<button data-font-file="clarity_medium" data-i18n="osd_font_clarity_medium"></button>
<button data-font-file="bold" data-i18n="osd_font_bold"></button>
<button data-font-file="impact" data-i18n="osd_font_impact"></button>
<button data-font-file="impact_mini" data-i18n="osd_font_impact_mini"></button>
<button data-font-file="large" data-i18n="osd_font_large"></button>
<button data-font-file="vision" data-i18n="osd_font_vision"></button>
<button class="load_font_file" data-i18n="osd_font_load_file"></button>
</div>
<div class="info">

@ -1404,7 +1404,7 @@ OSD.constants = {
{
name: 'AZIMUTH',
id: 108,
preview: FONT.symbol(SYM.AZIMUTH) + ' 20'
preview: FONT.symbol(SYM.AZIMUTH) + '120' + FONT.symbol(SYM.DEGREES)
},
{
name: 'DISTANCE_TO_HOME',

Loading…
Cancel
Save