Commit Graph

3 Commits (11446e62e27e7f5e96bb0564f679d58516b08976)

Author SHA1 Message Date
Michel Pastor 06fd00fe39
Update fonts (#1260) 3 years ago
Alberto García Hierro 8bbfa83362 [FONTS] Use inheritance between fonts to remove duplicate files
This lets us remove 511 duplicate files without affecting the .mcm
files. Note, however, there's a slight change in impact_mini.mcm
because its copy of the boot logo had a few invisible pixels different.
4 years ago
Alberto García Hierro a3ba54090c Add support for fonts with 512 characters
- When uploading fonts with less than 512 characters, fill the rest
with blank characters to make sure we completely overwrite the
old font. Characters 256-511 are uploaded first, so uploading works
on both chips with just 256 characters and firmware < 2.1.
- Add metadata to the font files, so the flight controller can detect
if they're out of date.
- Add boot logo to all fonts.
6 years ago