Skip to main content
DCost.1
Associate II
February 14, 2020
Question

How to make a keyboard with TouchGFX?

  • February 14, 2020
  • 3 replies
  • 1085 views

Hi,

I'm making an embeded app with the STM32F746 discovery kit and TouchGFX 13.0.0.

I need to implement a keyboard in order to write in different text areas. I know that there's an example of keyboard already made, but it doesn't show anything on the editor. I would like to know if there's some keyboard widget or something like this.

Furthermore, i need to use the keyboard for several text areas, and don't know how to implement it.

Thanks a lot!

Dani

This topic has been closed for replies.

3 replies

Mon2
Senior III
February 14, 2020

Hi. Have you checked this thread? Or is that the same example as you are referencing?

https://community.st.com/s/question/0D50X0000AIdyAu/support-for-a-keyboard-widget

DCost.1
DCost.1Author
Associate II
February 17, 2020

HI,

Yes, this is the one i'm referencing that doesn't work. I think i have to implement it completely.

BRobb.1
Associate II
September 15, 2022

I might try to use the modal to create a custom keypad. I think it would be less work.