cancel
Showing results for 
Search instead for 
Did you mean: 

I am looking for a tutorial for Touch-Gfx connecting to Hardware. I could not find any. Can somebody help me? I have a STM32F769 Disco board. I have done some examples like Turning on LED. Now I want to get data and show it on LCD. Like an ADC value.

Sjose.1
Associate
 
1 REPLY 1
Romain DIELEMAN
ST Employee

Hi,

Have you looked at the backend communication article ? This will help you understand how to communicate data from the hardware to your GUI code through the model class. This is not really a tutorial but there is some code to explain how to do it. You will also find examples you can download at the end of the article. Some are a bit outdated but the data transfer logic is still the same.

I have found some videos on youtube as well but have not looked at them so I am not sure of the content ^^. This one seems similar to what you are trying to do but on the STM32F746 disco kit. So I would suggest to use the keyword backend communication to find more videos or articles.

/Romain