cancel
Showing results for 
Search instead for 
Did you mean: 

how to print custom keyboard input?

M3R
Associate II

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?

1 REPLY 1
Alexandre RENOUX
Principal

Hello,

What do you mean by Typed Characters ?

You mean something like this ?

touchgfx_printf("%s\n", touchgfx::TypedText(T_RESOURCEID2).getText());

/Alexandre