2019-02-26 01:43 AM
Hello,
I am preparing a keypad project in touchgfx.
Basically I need to print integer and fraction values on LCD screen through keypad.
However, since touchgfx generates a wildcard as uint16_t, I am not able to put the value inside a buffer and giving it in the string form to snprintf, so as to print it on the screen.
How can I generate a wildcard variable in char* format, instead of uint16_t format?
Solved! Go to Solution.
2020-04-07 01:43 PM
HI,
how u solved this problm, plz share with me, I am also getting second character displayed.
2020-04-07 01:45 PM
With "Wildcard list" do you mean "Wildcard Range"?
I am facing same pblm.
THank you
2020-04-08 12:57 AM
Show me code and screenshots.
/Martin