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
Pawel Spychalski (DzikuVx) bf8408d770 Revert "Merge pull request #1244 from ShikOfTheRa/Video-telemetry-support"
This reverts commit 26a6c0d563, reversing
changes made to d849b0b8a8.
3 years ago
..
bold Revert "Merge pull request #1244 from ShikOfTheRa/Video-telemetry-support" 3 years ago
clarity Revert "Merge pull request #1244 from ShikOfTheRa/Video-telemetry-support" 3 years ago
clarity_medium Revert "Merge pull request #1244 from ShikOfTheRa/Video-telemetry-support" 3 years ago
default Revert "Merge pull request #1244 from ShikOfTheRa/Video-telemetry-support" 3 years ago
impact Revert "Merge pull request #1244 from ShikOfTheRa/Video-telemetry-support" 3 years ago
impact_mini Revert "Merge pull request #1244 from ShikOfTheRa/Video-telemetry-support" 3 years ago
large Revert "Merge pull request #1244 from ShikOfTheRa/Video-telemetry-support" 3 years ago
vision Revert "Merge pull request #1244 from ShikOfTheRa/Video-telemetry-support" 3 years ago
.gitignore Split character maps into their images 7 years ago
README.md [FONTS] Add font metadata and simplify the font build process 4 years ago
bold.mcm Revert "Merge pull request #1244 from ShikOfTheRa/Video-telemetry-support" 3 years ago
bold.yaml [FONTS] Add font metadata and simplify the font build process 4 years ago
clarity.mcm Revert "Merge pull request #1244 from ShikOfTheRa/Video-telemetry-support" 3 years ago
clarity.yaml [FONTS] Add font metadata and simplify the font build process 4 years ago
clarity.zip text changes 4 years ago
clarity_medium.mcm Revert "Merge pull request #1244 from ShikOfTheRa/Video-telemetry-support" 3 years ago
clarity_medium.yaml [FONTS] Add font metadata and simplify the font build process 4 years ago
default.mcm Revert "Merge pull request #1244 from ShikOfTheRa/Video-telemetry-support" 3 years ago
default.yaml [FONTS] Add font metadata and simplify the font build process 4 years ago
font_version.yaml Update fonts (#1239) 3 years ago
fonts.yaml [FONTS] Use inheritance between fonts to remove duplicate files 4 years ago
impact.mcm Revert "Merge pull request #1244 from ShikOfTheRa/Video-telemetry-support" 3 years ago
impact.yaml [FONTS] Add font metadata and simplify the font build process 4 years ago
impact_mini.mcm Update fonts (#1239) 3 years ago
impact_mini.yaml [FONTS] Add font metadata and simplify the font build process 4 years ago
large.mcm Revert "Merge pull request #1244 from ShikOfTheRa/Video-telemetry-support" 3 years ago
large.yaml [FONTS] Use inheritance between fonts to remove duplicate files 4 years ago
vision.mcm Revert "Merge pull request #1244 from ShikOfTheRa/Video-telemetry-support" 3 years ago
vision.yaml [FONTS] Add font metadata and simplify the font build process 4 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 decimal character number found in the filename without the extension.

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 in each directory representing the font, using max7456toool.

After changing any source .png files, run:

max7456tool -f generate fonts.yaml

to update the .mcm files.

Note that .mcm files MUST be manually regenerated with the aforementioned command, added and committed to the repo, while preview .png files (the ones contained directly in this directory, not the ones in the source subdirectories) MUST NOT, they're generated only for convenience to quickly review fonts at a glance (.gitignore is set up to ignore them to help avoid mistakes).

To add a new font, create its directory with source .png files, add it to the list in fonts.yaml and rerun max7456tool to regenerate the .mcm.