space character
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-15 4:27 AM
as i include
Unicode::snprintf(textArea1Buffer, TEXTAREA1_SIZE, "%s%d\n", textArea1Buffer, pda[i]);
//textArea1.invalidate();
textArea1.invalidate();
it works when i replace \n with \t show fallback characte(?)
what is actually happen
also add
wildcard range from 0x20 to 0x7f
- Labels:
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-15 4:29 AM
result shows second text on 2nd text area but 1st shows ? character
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-15 4:30 AM
code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-15 8:38 AM
Where in your code is space?
\t is binary char ...
That's something controlled by your terminal, not by printf. TGFX not control tabs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-15 9:59 AM
@Yoann KLEIN​ forked from https://community.st.com/s/question/0D53W00001vdOIwSAM/spae?t=1668535033904
Up vote any posts that you find helpful, it shows what's working..
