Skip to main content
This topic has been closed for replies.
Best answer by MM..1

Simply add to screen textarea with wildcard fill required parts and generate code

in base file you will see syntax definition and in your code use same with your invention

 Unicode::snprintf(informationTextAreaBuffer1, INFORMATIONTEXTAREABUFFER1_SIZE, "%d", randomLineSpacing);
 informationTextArea.invalidate();

2 replies

derek2399
derek2399Author
Associate III
January 29, 2023

How do I update screen using a wild card. ST docs suggest starting with this:

0693W00000Y9PjZQAV.pngThat file is write protected and does not appear to help. I guess using wild cards is easy.. but how?

MM..1
MM..1Best answer
Chief III
January 29, 2023

Simply add to screen textarea with wildcard fill required parts and generate code

in base file you will see syntax definition and in your code use same with your invention

 Unicode::snprintf(informationTextAreaBuffer1, INFORMATIONTEXTAREABUFFER1_SIZE, "%d", randomLineSpacing);
 informationTextArea.invalidate();

derek2399
derek2399Author
Associate III
February 1, 2023

Hi.. Thanks for your reply. I am slowly getting there. I think half my problems were/are learning how to use FREETOS. Thanks again.