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/analogue
2024-11-05 22:30:58 +00:00
..
bold Fixed INAV logo 2023-09-04 22:38:54 +01:00
clarity Fixed INAV logo 2023-09-04 22:38:54 +01:00
clarity_medium Fixed INAV logo 2023-09-04 22:38:54 +01:00
default Add OSD icons for new elements 2024-11-05 22:30:58 +00:00
impact Fixed INAV logo 2023-09-04 22:38:54 +01:00
impact_mini Fixed INAV logo 2023-09-04 22:38:54 +01:00
large Fixed INAV logo 2023-09-04 22:38:54 +01:00
vision Fixed INAV logo 2023-09-04 22:38:54 +01:00
bold.mcm Add OSD icons for new elements 2024-11-05 22:30:58 +00:00
bold.png Add OSD icons for new elements 2024-11-05 22:30:58 +00:00
bold.yaml Re-organise resources/osd to separate analogue, and add HD font support 2022-09-11 10:46:05 +01:00
clarity.mcm Add OSD icons for new elements 2024-11-05 22:30:58 +00:00
clarity.png Add OSD icons for new elements 2024-11-05 22:30:58 +00:00
clarity.yaml Re-organise resources/osd to separate analogue, and add HD font support 2022-09-11 10:46:05 +01:00
clarity_medium.mcm Add OSD icons for new elements 2024-11-05 22:30:58 +00:00
clarity_medium.png Add OSD icons for new elements 2024-11-05 22:30:58 +00:00
clarity_medium.yaml Re-organise resources/osd to separate analogue, and add HD font support 2022-09-11 10:46:05 +01:00
default.mcm Add OSD icons for new elements 2024-11-05 22:30:58 +00:00
default.png Add OSD icons for new elements 2024-11-05 22:30:58 +00:00
default.yaml Re-organise resources/osd to separate analogue, and add HD font support 2022-09-11 10:46:05 +01:00
font_version.yaml Re-organise resources/osd to separate analogue, and add HD font support 2022-09-11 10:46:05 +01:00
fonts.yaml Re-organise resources/osd to separate analogue, and add HD font support 2022-09-11 10:46:05 +01:00
impact.mcm Add OSD icons for new elements 2024-11-05 22:30:58 +00:00
impact.png Add OSD icons for new elements 2024-11-05 22:30:58 +00:00
impact.yaml Re-organise resources/osd to separate analogue, and add HD font support 2022-09-11 10:46:05 +01:00
impact_mini.mcm Add OSD icons for new elements 2024-11-05 22:30:58 +00:00
impact_mini.png Add OSD icons for new elements 2024-11-05 22:30:58 +00:00
impact_mini.yaml Re-organise resources/osd to separate analogue, and add HD font support 2022-09-11 10:46:05 +01:00
large.mcm Add OSD icons for new elements 2024-11-05 22:30:58 +00:00
large.png Add OSD icons for new elements 2024-11-05 22:30:58 +00:00
large.yaml Re-organise resources/osd to separate analogue, and add HD font support 2022-09-11 10:46:05 +01:00
README.md ESP32 Radar: Use cardinal markers, plus pan enhancements 2023-01-29 20:39:50 +00:00
vision.mcm Add OSD icons for new elements 2024-11-05 22:30:58 +00:00
vision.png Add OSD icons for new elements 2024-11-05 22:30:58 +00:00
vision.yaml Re-organise resources/osd to separate analogue, and add HD font support 2022-09-11 10:46:05 +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 decimal character number found in the filename without the extension. All characters must be in the default font directory. If characters missing from alternate font directories, the default version of the character will be used.

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.