Show multiple lines in touchGFX text area
Hi,
I would like to show dynamic text in text area with wildcard. The text contains the 'new line' character (\n) to jump to next line. for example: "First Line \n Second Line " will be printed to screen:
First Line
Second Line
TouchGFX does not recognize the \n char, so how could this be done?
Thank you