2020-09-03 11:22 PM
hello
i use Custom Keyboard application provided with the designer and I want to convert typed characters to strings and print this with touchgfx_printf
how to do this?
2020-09-07 05:01 AM
Hello,
What do you mean by Typed Characters ?
You mean something like this ?
touchgfx_printf("%s\n", touchgfx::TypedText(T_RESOURCEID2).getText());
/Alexandre