infinitime/doc
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
..
ble Fix various typos 2022-06-05 09:31:23 +03:00
bootloader Reorganize bootloader readme 2021-11-28 13:42:37 +01:00
code Fix Apps documentation DisplayApp method name 2023-01-22 09:08:06 +02:00
gettingStarted minor grammar edits 2023-01-22 08:51:02 +02:00
logo Move all images to doc. Remove old images. (#1282) 2022-08-21 14:42:53 +03:00
memoryAnalysis Rewrite MemoryAnalysis.md with up to date information. (#411) 2021-06-12 11:02:54 +02:00
openOCD Move all images to doc. Remove old images. (#1282) 2022-08-21 14:42:53 +03:00
ui Add image with example layouts 2021-08-15 11:19:47 +02:00
BLEFS.md Fix markdown format with autoformatter (#1284) 2022-08-21 14:50:09 +03:00
ExternalResources.md branches: Update files to refer to main instead of develop 2023-03-02 09:45:47 +02:00
InfiniTimeVision.md Edit all occurences of "watchface" to "watch face" 2022-10-10 12:43:11 +02:00
MemoryAnalysis.md branches: Update files to refer to main instead of develop 2023-03-02 09:45:47 +02:00
MotionService.md Fix markdown format with autoformatter (#1284) 2022-08-21 14:50:09 +03:00
NavigationService.md Fix markdown format with autoformatter (#1284) 2022-08-21 14:50:09 +03:00
PinetimeStubWithNrf52DK.md Fix markdown format with autoformatter (#1284) 2022-08-21 14:50:09 +03:00
SPI-LCD-driver.md Fix markdown format with autoformatter (#1284) 2022-08-21 14:50:09 +03:00
SWD.md Fix markdown format with autoformatter (#1284) 2022-08-21 14:50:09 +03:00
ble.md Fix markdown format with autoformatter (#1284) 2022-08-21 14:50:09 +03:00
branches.md branches: Update files to refer to main instead of develop 2023-03-02 09:45:47 +02:00
buildAndProgram.md navigation: Move font to external memory (#1838) 2023-09-02 19:41:51 +02:00
buildWithDocker.md Include repository initialization in docker build docs 2023-08-11 21:08:26 +02:00
buildWithVScode.md Fix Link in buildWithVScode 2023-02-16 08:47:46 +02:00
coding-convention.md Simplify coding style (#1280) 2022-08-21 14:44:05 +03:00
files-needed-by-factory.md files-needed-by-factory: Adjust headers 2023-02-13 11:03:14 +02:00
filesInReleaseNotes.md Fix markdown format with autoformatter (#1284) 2022-08-21 14:50:09 +03:00
gdb.md Fix markdown format with autoformatter (#1284) 2022-08-21 14:50:09 +03:00
jlink.md Fix markdown format with autoformatter (#1284) 2022-08-21 14:50:09 +03:00
maintainer-guide.md doc: Add maintainer guide 2023-01-22 09:00:14 +02:00
openOCD.md Fix markdown format with autoformatter (#1284) 2022-08-21 14:50:09 +03:00
ui_guidelines.md Fix markdown format with autoformatter (#1284) 2022-08-21 14:50:09 +03:00
versioning.md branches: Update files to refer to main instead of develop 2023-03-02 09:45:47 +02:00