2020-10-23 04:25 PM
I'm using TouchGFX Designer 4.15 with a STM32F469I-EVAL evaluation board. I'd like to use the hardware buttons on the eval board as [physical] inputs to control actions on the touchscreen display.
Solved! Go to Solution.
2020-10-26 01:20 AM
Hi,
Have a look at the Backend Communication article. This article will help you understand how to communicate between the UI and the hardware. There are multiples examples that you can download in order to understand how the buttons(LEDs/sensors have been set to interact with a UI. Within TouchGFX Designer, you can also download the online applications for the STM32G0 nucleo board and go through the code to see how the buttons are configured and used as triggers.
/Romain
2020-10-26 01:20 AM
Hi,
Have a look at the Backend Communication article. This article will help you understand how to communicate between the UI and the hardware. There are multiples examples that you can download in order to understand how the buttons(LEDs/sensors have been set to interact with a UI. Within TouchGFX Designer, you can also download the online applications for the STM32G0 nucleo board and go through the code to see how the buttons are configured and used as triggers.
/Romain
2020-10-26 09:52 AM
Thank you Romain!