Skip to main content
M3R
Associate II
September 4, 2020
Question

how to print custom keyboard input?

  • September 4, 2020
  • 1 reply
  • 714 views

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?

This topic has been closed for replies.

1 reply

Alexandre RENOUX
Visitor II
September 7, 2020

Hello,

What do you mean by Typed Characters ?

You mean something like this ?

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

/Alexandre