User Activity

The example in the help link below shows loading loading the translation from a file, but not from memory addressed external flash. This is what I'm using and mem_addr contains the expected data. The second argument to setTranslation() is a void poin...
If I alternate a text between displaying a pair of floating point numbers, e.g. 10.0005 and 5.0000, very briefly these are drawn incorrectly as 10.0000 and 5.0005, before the correct value is drawn. There seems to be a lag between the first and last...
Are there any examples how to move images to external flash using IAR? All the examples seem to be using STM32IDE .ld linker files.
Is it possible to have a text label associated with a radio button, such that either may be clicked to select it?
I am using font Noto Sans Regular which contains glyphs for omega and subscript 2. My wildcard range is set to: a-z,A-Z,0-9,0x0040,0x00B0,0x00B2,0x03a9,0x2082. However the characters are displayed incorrectly:-Unicode::strncpy(Buffer, "\u03A9", 10); ...