1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 04:45:18 +03:00
inav-configurator/resources/osd
Olivier C aaee9ef466 New char for waypoints
Adding the waypoint icon in all fonts
2020-01-25 17:23:34 +01:00
..
bold New char for waypoints 2020-01-25 17:23:34 +01:00
clarity New char for waypoints 2020-01-25 17:23:34 +01:00
clarity_medium New char for waypoints 2020-01-25 17:23:34 +01:00
default New char for waypoints 2020-01-25 17:23:34 +01:00
impact New char for waypoints 2020-01-25 17:23:34 +01:00
large New char for waypoints 2020-01-25 17:23:34 +01:00
vision New char for waypoints 2020-01-25 17:23:34 +01:00
.gitignore Split character maps into their images 2017-08-24 18:14:00 +02:00
bold.mcm OSD: Add symbols for temperature sensor values (#704) 2019-02-25 14:20:18 +01:00
clarity.mcm OSD: Add symbols for temperature sensor values (#704) 2019-02-25 14:20:18 +01:00
clarity_medium.mcm OSD: Add symbols for temperature sensor values (#704) 2019-02-25 14:20:18 +01:00
default.mcm OSD: Add symbols for temperature sensor values (#704) 2019-02-25 14:20:18 +01:00
impact.mcm OSD: Add symbols for temperature sensor values (#704) 2019-02-25 14:20:18 +01:00
large.mcm OSD: Add symbols for temperature sensor values (#704) 2019-02-25 14:20:18 +01:00
Makefile Fix OSD fonts Makefile (#680) 2019-02-08 22:28:42 +01:00
README.md Split character maps into their images 2017-08-24 18:14:00 +02:00
vision.mcm OSD: Add symbols for temperature sensor values (#704) 2019-02-25 14:20:18 +01:00

OSD Font Files

This directory contains one directory per font. In each directory, each character is named %d%d%d.png, where the digits represent the character number found in the filename.

Don't alter the .mcm files directly, those should be only modified by altering the .png files found in its correspondant font directory.

Character map files (.mcm) are built from the .png files representing the characters using max7456toool.

The Makefile found in this directory can be used to re-generate all character maps. It only requires max7456toool to be found in ${PATH}. After modifying, deleting or altering a character .png file, just run make and it will automatically rebuild the affected character sets as well as generate a preview file named $charset_name.png.

Note that .mcm files MUST be manually added and committed to the repo, while .png files MUST NOT (.gitignore is set up to ignore them to help avoid mistakes).