2020-09-11 05:47 AM
i am using STM32F746G-Disco board for this GUI.i need to display every button values in the text editor.
eg: if i enter keys of 12345 continusly should display 12345 in text editor not 1 when click 1 and 2 when click 2 like that.
2020-09-13 11:14 PM
Hello,
Have you looked at the Keyboard Example available in TouchGFX Designer ?
/Alexandre
2020-09-14 10:51 AM
hi Alexandre,
i have looked that one, its an qwerty keypad.what i need for my application is just keypad with numbers,backspace and enter button.
2020-09-15 04:14 AM
Then, you can modify it and match what you are looking for. Please look at CustomKeyboard.hpp/.cpp files, KeyboardKeyMapping.hpp and KeyboardLayout.hpp.
/Alexandre
2020-09-15 05:43 AM
from where i will get these( CustomKeyboard.hpp/.cpp files, KeyboardKeyMapping.hpp and KeyboardLayout.hpp) files...
2020-09-15 05:48 AM
Don't you have a file search feature in any of your editors ? If not, I definitely recommend you to install Visual Studio Code. Your life will be much easier ;)
C:\TouchGFXProjects\<project_name>\gui\src\common\CustomKeyboard.cpp
C:\TouchGFXProjects\<project_name>\gui\include\gui\common\CustomKeyboard.hpp
C:\TouchGFXProjects\<project_name>\gui\include\gui\common\KeyboardKeyMapping.hpp
C:\TouchGFXProjects\<project_name>\gui\include\gui\common\KeyboardLayout.hpp
This is considering your project is based on the Keyboard Example UI.
/Alexandre
2020-09-15 05:58 AM
i got the files i will check and reply back....
thanks alexandre...
2021-08-17 11:27 PM
Hi @ORaph.1 so have you manage to achieve this? I am interested to do the same thing
2024-11-20 01:28 PM
I am looking to do the same "KEYPAD", any help on how to modify the KEYBOARD example would be appreciated