infinitime/src/resources
JF 44d1798f4f
navigation: Move font to external memory (#1838)
The TTF font used by the navigation app is ~20KB and is stored in internal flash memory.
To free this space, the TTF font is now converted in 2 "atlas pictures" (pictures that contain multiple concatenated images) stored in the external flash memory. The navigation app now accesses one of those 2 files and apply an offset to display the desired picture.

The corresponding documentation has also been updated.

Add comments about the layout of the pictures that contain the icon and about the indexing of those icons.

In documentation (buildAndProgram.md), edit the section about the debug compilation mode. Remove the part about removing the Navigation app to free some memory (since it's not relevant anymore) and explain how to selectively build parts of the firmware in Debug mode.
2023-09-02 19:41:51 +02:00
..
fonts Package resources + a metadata file into a single .zip file. 2022-09-11 14:44:36 +02:00
images navigation: Move font to external memory (#1838) 2023-09-02 19:41:51 +02:00
CMakeLists.txt Package resources + a metadata file into a single .zip file. 2022-09-11 14:44:36 +02:00
fonts.json infineat: Fix 12-hour time 2023-01-26 10:58:47 +02:00
generate-fonts.py Small improvement in generate-fonts.py following code review. 2022-09-11 14:44:36 +02:00
generate-img.py Package resources + a metadata file into a single .zip file. 2022-09-11 14:44:36 +02:00
generate-package.py Package resources + a metadata file into a single .zip file. 2022-09-11 14:44:36 +02:00
images.json navigation: Move font to external memory (#1838) 2023-09-02 19:41:51 +02:00
obsolete_files.json Package resources + a metadata file into a single .zip file. 2022-09-11 14:44:36 +02:00