1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 12:25:13 +03:00
Commit graph

71 commits

Author SHA1 Message Date
OptimusTi
8246dcef9e CRSF OSD for configurator 2020-08-27 16:03:12 -04:00
Daniel Arruda Ribeiro
cf5c178663 Fix OSD fonts metadata 2020-07-18 16:00:10 -03:00
Daniel Arruda Ribeiro
b6f95f6538 Add azimuth OSD element 2020-07-05 14:09:45 -03:00
Alberto García Hierro
8bbfa83362 [FONTS] Use inheritance between fonts to remove duplicate files
This lets us remove 511 duplicate files without affecting the .mcm
files. Note, however, there's a slight change in impact_mini.mcm
because its copy of the boot logo had a few invisible pixels different.
2020-06-13 13:52:41 +01:00
Alberto García Hierro
686e1dcdd1 [FONTS] Add font metadata and simplify the font build process
Instead of using a Makefile with multiple arguments that must be
passed via the command line, replace it with a newer version of
max7456tool that allows managing a set of fonts with a single
yaml configuration file.
2020-06-13 13:52:41 +01:00
Alberto García Hierro
4af0fb2966 [OSD] Update font files
It seems some source images where updated, in
https://github.com/iNavFlight/inav-configurator/pull/904 but the
mcm files where left out of date.
2020-05-28 22:29:27 +01:00
Michel Pastor
539ec6304c
Add Impact mini OSD font (#877)
* Add Impact mini OSD font

* Update Impact mini OSD font

* Add WP symbol to Impact mini
2020-01-25 23:03:19 +01:00
Michel Pastor
832a275d17
Update Impact OSD font (#876) 2020-01-25 23:03:03 +01:00
Olivier C
aaee9ef466 New char for waypoints
Adding the waypoint icon in all fonts
2020-01-25 17:23:34 +01:00
Olivier C
6eb56859ae Adding the RPM icon in all fonts
#139, 0x8B
2019-11-16 13:33:27 +01:00
Olivier C
7ecb865ac8 Clarity cleanup, old icons 2019-11-16 13:32:27 +01:00
Olivier C
9702c8b5a9 Gforce icons 2019-06-04 12:26:51 +02:00
Olivier C
b0e93c131d Gforce icons for Vision 2019-05-31 22:36:32 +02:00
Olivier C
c3e00ff57a All fonts update for 2.2 (hud compatibility) (#764) 2019-05-23 17:28:14 +02:00
Michel Pastor
ef530b6279
OSD: Add symbols for temperature sensor values (#704) 2019-02-25 14:20:18 +01:00
Alberto García Hierro
6c2e34149c Update .mcm files
Some .mcm were out of sync with the PNG files
2019-02-08 22:01:12 +00:00
Alberto García Hierro
0c0d14eae6 Update impact font as per #605 2019-02-08 21:59:58 +00:00
Daniel Arruda Ribeiro
d3d000d4bf New glyphs for Clarity Font (#642)
* New OSD Glyph for Flying Above Home 0x7a

* New chars for "Slope to home" and "Total"
2019-02-08 22:52:58 +01:00
Michel Pastor
6d99393104
Fix OSD fonts Makefile (#680) 2019-02-08 22:28:42 +01:00
Konstantin Sharlaimov
6c53972717
Merge pull request #645 from OlivierC-FR/oc_vision21
Vision 2.1 update
2019-01-11 19:48:39 +01:00
Konstantin Sharlaimov
6ea32c7318
Merge pull request #646 from OlivierC-FR/oc_slope_near_total
Adding 3 new icons 34 122 127
2019-01-11 19:48:23 +01:00
Olivier C
1e61a198a4 Adding 6 extra crossairs
Font slots from 400 to 417
2019-01-11 10:42:07 +01:00
Olivier C
5dbec2bbe8 Adding 3 new icons 34 122 127
122 (0x7a) used to indicate that aircraft is flying above it's home point. It's intended to replace the home arrow when the aircraft is too close.
    34 (0x22) used to indicate the total distance (or any other totalization).
    127 (0x7F) used to indicate the slope % to home.

Added in all fonts minus Clarity, PR already done
2019-01-11 10:38:39 +01:00
Olivier C
0fa0125e2c Vision 2.1 update 2019-01-11 10:32:38 +01:00
Michel Pastor
360b8badfa
Rename Vision-alt font to Impact (#640) 2019-01-10 22:30:06 +01:00
Michel Pastor
334550af89
Update the OSD Vision-alt font by @kardon18 (#616) 2019-01-06 19:49:04 +01:00
Alberto García Hierro
a3ba54090c Add support for fonts with 512 characters
- When uploading fonts with less than 512 characters, fill the rest
with blank characters to make sure we completely overwrite the
old font. Characters 256-511 are uploaded first, so uploading works
on both chips with just 256 characters and firmware < 2.1.
- Add metadata to the font files, so the flight controller can detect
if they're out of date.
- Add boot logo to all fonts.
2019-01-02 19:23:35 +00:00
Michel Pastor
f7c5e3c4e9 Update fonts for improved AHI 2018-12-17 15:31:40 +01:00
Michel Pastor
8048358b7b
Add alternative Vision font by @kardon18 (#608) 2018-12-17 14:49:39 +01:00
Michel Pastor
d039d0cc74 Remove resources/osd/vision/Thumbs.db 2018-12-13 22:40:18 +01:00
Michel Pastor
b66950e70b Add the Clarity Medium font 2018-12-09 16:17:36 +01:00
Daniel Arruda Ribeiro
3e7bba2e92 New Clarity font characters for 3D Speed (MPH and KM/H) (#600) 2018-11-23 00:41:03 +01:00
Michel Pastor
a342b139fd
New OSD symbols for 3D speed, all fonts but Clarity (#599)
* Update Vision OSD font by Olivier C with 3D speed symbols
* Update default, bold and large OSD fonts with 3D speed symbols
* Update OSD preview 3D speed with the new symbols
2018-11-23 00:40:28 +01:00
giacomo892
8d42c88a8a Update Vision font to latest version 2018-08-14 10:35:46 +02:00
Alberto García Hierro
d2d0efc1d3 Add Vision font, move Clarity in front of Bold and Large
Also, add them to the Makefile so they'll get updated by make when
changes to the source icons are made.
2018-07-11 17:58:13 +01:00
Olivier C
39beafcb6e OSD font vision 2018-07-04 22:05:42 +02:00
Alberto García Hierro
42bbce7cd5 Remove invalid first character from "Large" font
First character has to be blank per the MAX7456 specs, since it
uses it internally to paint over characters where we haven't painted
anything.

Fixes #509
2018-06-29 18:17:19 +01:00
Michel Pastor
9365b46535 Add new OSD items 2018-06-25 15:29:25 +02:00
Michel Pastor
1c1135b261 Add milliohm symbol 2018-06-24 22:19:06 +02:00
Alberto García Hierro
6301dddcc6 Add support for configuring OSD wind indicators
Symbols for "[GB" and "BL]" have been replaced by the wind indicators,
since we're not using them (and it's unlikely we will).
2018-05-27 21:13:24 +01:00
Alberto García Hierro
37981d5108 Add PNG files for "clarity" font 2018-05-24 19:02:21 +01:00
Daniel Arruda Ribeiro
a3f39fa085 Clarity Font from BetaFlight adapted for InavFlight 2018-05-24 18:51:06 +01:00
Alberto García Hierro
dfacb0b084 Add support for osd MAP mode
Includes new icon for the map scale a new group for the maps/radars,
since they're a bit special (they allow element overlapping inside
them).
2018-05-08 12:06:08 +01:00
Konstantin Sharlaimov
e216d32850
Merge pull request #435 from shellixyz/add_pitch_and_roll_attitude_angle_in_osd
Add pitch and roll attitude angles OSD items
2018-05-08 15:02:28 +10:00
Michel Pastor
845a14ca1d Add pitch and roll attitude angles OSD items 2018-05-07 23:27:52 +02:00
Alberto García Hierro
ac2b42c743 Add symbol for HOME and use it in the home distance indicator 2018-05-06 10:55:30 +01:00
Alexey Stankevich
e141df7049 Add Watt symbol to OSD fonts 2018-04-28 00:15:00 +03:00
Michel Pastor
bb4f6c612d Add OSD trip distance icon 2018-03-06 18:14:38 +01:00
Michel Pastor
b73c55a668 Add Wh/Km OSD icon 2018-01-30 21:01:41 +01:00
Michel Pastor
52318f81f2 improve battery monitoring: add Wh icon in OSD fonts 2018-01-30 21:01:34 +01:00