Question
I need to make a custom keypad Gui using TouchGFX need to pass every value in the keypad button to a texteditor.
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.
