2022-11-11 03:46 AM
2022-11-11 07:15 AM
Hello @MA.2 ,
Doesn't it work when you simply insert a space between 2 words in the "Translation" field of the TextArea ?
/Yoann
2022-11-11 08:12 PM
can i set wildcard range as 0x20-0x7f(include all keys) to print a space
2022-11-11 08:19 PM
for (int j = 0 ; j<12 ; j++)
{
Unicode::snprintf(textArea1Buffer, TEXTAREA1_SIZE, "%s%d\n", textArea1Buffer, pda[j]);
textArea1.invalidate();
}
it works well, but repalce "\n" with "\t" doesn't work . show something like
2022-11-11 08:20 PM
2022-11-15 09:57 AM
New/Related on same topic https://community.st.com/s/question/0D53W00001wGrVvSAK/space-character