2025-11-09 12:06 PM
Hi everyone
I am looking for a tutorial on: how to integrate your code in TouchGFX with some used case examples such as ON/OFF control of an LED or sending data over serial port to Putty terminal on PC
I am using the following Board:
STM32F469I-DISCO
2025-11-18 4:49 AM
Hello,
Tutorial 7: Creating an Application for TSD knob display | TouchGFX Documentation uses both LEDs and UART communication. You can follow that guide and inspect the project to see how the hooks to use the hardware is set up.
You can also find some examples of how to do things like that as board specific demos in TouchGFX Designer, although none of them are for your particular board:
2025-11-18 5:16 PM
Thanks mathias markussen
I appreciate your help, I'll take a look
kind regards