aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJF <JF002@users.noreply.github.com>2023-09-02 19:41:51 +0200
committerGitHub <noreply@github.com>2023-09-02 19:41:51 +0200
commit44d1798f4f20ac4bf9f66690e49c4bd0b2d863ff (patch)
tree1fe2523bbd351f7d9b84b32c09db9cbd7fc856be /.github/workflows
parent0f9f606b78ffbb93b1365156d8492bbf4ee4995d (diff)
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.
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions