cancel
Showing results for 
Search instead for 
Did you mean: 

spae

MA.21
Associate III

how print a space in touch gfx textarea

5 REPLIES 5
Yoann KLEIN
ST Employee

Hello @MA.2​ ,

Doesn't it work when you simply insert a space between 2 words in the "Translation" field of the TextArea ?

/Yoann

Yoann KLEIN
ST Software Developer | TouchGFX
MA.21
Associate III

can i set wildcard range as 0x20-0x7f(include all keys) to print a space

MA.21
Associate III

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

MA.21
Associate III

0693W00000WIATMQA5.png

New/Related on same topic https://community.st.com/s/question/0D53W00001wGrVvSAK/space-character

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..