User Activity

I have a problem, to present arabic texts on the screen.At the moment I use the font Janna LT Regular.Isolated letters seems not to be a problem. But if I want to write longer texts/words, then I see on the screen many "?"Is there an other font, whic...
We are using the STM32F746 in combination with an exernal SD-RAM.The clock rate for the RAM is set to a frequency of 96 MHz.At radiated emission measurement we are above the limit line at 192MHz (double RAM clock)Is there a possibility to activate ji...
Is it possible that long texts automatically are displayed in a small text area by running endless to the end of the text and starting again at the beginning? Scrolling the text within one textline?Are there examples in youtube to see the result, and...
We have discovered that it seems that TouchGfx library functions like "InternalFlashFont::getPixelData" accesses the packed (2 Bytes) text ressources with a unpacked (4 Bytes) access.This ends up in an misaligned HardFault.What goes wrong here?
We have an application with several screens. When I compile my application with optimization 0, then changing screens from one to another is no problem. But when I compile my application with optimization 1, then changing screens causes that applicat...