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 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.
6 years ago
..
bold Add new OSD items 6 years ago
clarity Add new OSD items 6 years ago
default Add new OSD items 6 years ago
large Remove invalid first character from "Large" font 6 years ago
vision OSD font vision 6 years ago
.gitignore Split character maps into their images 7 years ago
Makefile Add Vision font, move Clarity in front of Bold and Large 6 years ago
README.md Split character maps into their images 7 years ago
bold.mcm Add new OSD items 6 years ago
clarity.mcm Add new OSD items 6 years ago
default.mcm Add new OSD items 6 years ago
large.mcm Remove invalid first character from "Large" font 6 years ago
vision.mcm OSD font vision 6 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).