User Activity

Similar to this:https://support.touchgfx.com/4.20/docs/development/ui-development/touchgfx-engine-features/using-binary-fonts#generating-binary-fonts-in-another-project....I have a separate project that produces my binary translations and for the mos...
I have a project where I want to place the TGFX resources (images, translations, fonts) in a memory mapped QSPI flash. In this instance I have placed them in this flash via the linker (.o files) rather than using binary fonts etc. The crash occurs g...
Is there a method that returns the Unicode string of both the Typedtext with wildcards applied?As an example:ypedtext Resource with wildcard is: "My value: <>"Wildcard is currently: 1234the function would return the * unicode char : "My value: 1234...
I have a project that requires advanced text placement that comes from the backend. In other words, they aren't predefined texts and need control of font, alignment and text direction. I am using the wildcards to separate the text from placement ...
Referring to the website doc:https://support.touchgfx.com/docs/development/scenarios/lowering-memory-usage-with-partial-framebuffer/#partial-frame-buffer-memoryWhy is the bytes calculation: (Number of Pixels)* 3 ?Earlier in the doc the ManyBlockAllo...