When I run this code:void Screen1View::startSession()
{
Unicode::fromUTF8((const uint8_t*) "Hello world!!", longTxtBuffer, LONGTXT_SIZE);
longTxt.invalidate();
}
it works as expected.However, when I change it to:void Screen1View::startSe...
Currently TouchGFX generates code (my target is a STM32F469 DISCOVERY board) that is based on the ST CubeMX framework. Is the 'mbed' framework on the roadmap, since I like it *a lot* better.
Hi Martin,"I seems that you have pasted the same code snippet twice."No, I did not, notice the capital W?Thanks for your answer, I have now a better understanding how TouchGFX works with text and fonts and I have resolved the issue.Next issue is how ...
That tutorial article is nice and all, but it doesn't show how to add newlines to a text area from code.Does snprintf support printing newlines to a wild card buffer? I think not (I've tried)