Skip to main content
Sjose.1
Visitor II
October 2, 2020
Question

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.

  • October 2, 2020
  • 1 reply
  • 531 views

..

This topic has been closed for replies.

1 reply

Romain DIELEMAN
ST Employee
October 5, 2020

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