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
Olivier C 9702c8b5a9 Gforce icons 5 years ago
..
bold Gforce icons 5 years ago
clarity Gforce icons 5 years ago
clarity_medium Gforce icons 5 years ago
default Gforce icons 5 years ago
impact Gforce icons 5 years ago
large Gforce icons 5 years ago
vision Gforce icons for Vision 5 years ago
.gitignore Split character maps into their images 7 years ago
Makefile Fix OSD fonts Makefile (#680) 6 years ago
README.md Split character maps into their images 7 years ago
bold.mcm OSD: Add symbols for temperature sensor values (#704) 6 years ago
clarity.mcm OSD: Add symbols for temperature sensor values (#704) 6 years ago
clarity_medium.mcm OSD: Add symbols for temperature sensor values (#704) 6 years ago
default.mcm OSD: Add symbols for temperature sensor values (#704) 6 years ago
impact.mcm OSD: Add symbols for temperature sensor values (#704) 6 years ago
large.mcm OSD: Add symbols for temperature sensor values (#704) 6 years ago
vision.mcm OSD: Add symbols for temperature sensor values (#704) 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).