hi
When using c font file ( crated by font converter) there is no problem for the linker to reference the font structure since it is linked and compiled at run time.
We need to update the fonts at run time into an addressable flash (QSPI), means the font structure is not available when we compile and ling the firmware.
We also prefer to run the fonts directly from the flash without loading them to the RAM since we have small RAM and large fonts.
We thought sif files will solve our problem, but the location of the data is different than the location in the compatible C file.
How can we link a sif file into our project.
Thanks
Rona
When using c font file ( crated by font converter) there is no problem for the linker to reference the font structure since it is linked and compiled at run time.
We need to update the fonts at run time into an addressable flash (QSPI), means the font structure is not available when we compile and ling the firmware.
We also prefer to run the fonts directly from the flash without loading them to the RAM since we have small RAM and large fonts.
We thought sif files will solve our problem, but the location of the data is different than the location in the compatible C file.
How can we link a sif file into our project.
Thanks
Rona