2024-02-07 12:31 AM
I'm working on a STM32F469I-DISCO board. My project isn't difficult I think. I want to aquire datas with a radar and display some information on the screen in function (like distance between objects and later draw them at different places on the screen).
So now I'm using TouchGFX to configure the screen and I am importing the project in CubeIde to modify it and add my code related to the radar and the different calcul. Then, my objectif is to display information in the screen using "wildcards" that we can parameter in TouchGFX.
I've already see many tutorials such as this one https://controllerstech.com/touchgfx-5-data-from-uart-to-ui/ that I thought was exactly what I wanted, but it doesn't work.
Solved! Go to Solution.
2024-02-07 12:54 AM
Hello,
Refer to that link it could help you:
https://support.touchgfx.com/docs/tutorials/tutorial-06/tutorial-06-part-2
2024-02-07 12:54 AM
Hello,
Refer to that link it could help you:
https://support.touchgfx.com/docs/tutorials/tutorial-06/tutorial-06-part-2