You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inav-configurator/resources/osd
Alberto García Hierro e79911d327 Add characters for NAV modes
[RTH], [WPT], [ALT], [POS] and [A+H].

Characters have been added to all character maps. Leave a white
character after mp/h and the first 2-char image intentionally to
avoid the preview in the configurator showing an icon between
2 lines.
7 years ago
..
bold Add characters for NAV modes 7 years ago
default Add characters for NAV modes 7 years ago
large Add characters for NAV modes 7 years ago
.gitignore Split character maps into their images 7 years ago
Makefile Split character maps into their images 7 years ago
README.md Split character maps into their images 7 years ago
bold.mcm Add characters for NAV modes 7 years ago
default.mcm Add characters for NAV modes 7 years ago
large.mcm Add characters for NAV modes 7 years ago

README.md

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).