2019-02-27 02:12 AM
I need to take input fractional values from user through UI built via TouchGFX.
There is a separate Dot button on my UI keypad. But, I am not able to print it on the screen.
Please help me for above problem. Just a short clue on what to use will also be sufficient.
Sharing the photo of my keypad here with.
Solved! Go to Solution.
2019-03-06 08:23 AM
Concretely:
2019-02-27 12:40 PM
You will have to study and use the unicode for the period character.
https://touchgfx.zendesk.com/hc/en-us/articles/205452881-Languages-and-Characters
https://unicode-search.net/unicode-namesearch.pl?term=PERIOD
2019-03-06 08:14 AM
You can use Unicode::strncpy() in TouchGFX to copy those kinds of characters into an array of Unicode::UnicodeChar (a wildcard buffer).
2019-03-06 08:23 AM
Concretely:
2019-03-14 03:38 AM
Yeah.. Tried the above methods and now getting proper output!
Thank you very much!!
2019-03-14 05:02 AM
You're welcome :)