User Activity

Here are my programs:const int FontCacheSize = 10000;uint8_t fontdata[FontCacheSize] __attribute__((at(0XC0E00000))) __attribute__ ((aligned(4)));FrontendApplication::FrontendApplication(Model& m, FrontendHeap& heap)   : FrontendApplicationBase(m, he...
I follow the website https://touchgfx.zendesk.com/hc/en-us/articles/360024979552-Using-Binary-Fonts-and-the-Font-Cache. But i can not create any binary fonts. The app.mk is like that :# Relative location of the TouchGFX framework from root of applica...