cancel
Showing results for 
Search instead for 
Did you mean: 

Hi ST Community, I have interfaced environmental sensor to STM32. I am getting the Temperature, Pressure, Humidity, and Air-quality values. I want to show these values on STM32F769I-Disco board's WVGA TFT LCD using Touch GFX.

Vins
Senior

Hi ST Community,

I have interfaced environmental sensor to STM32. I am getting the Temperature, Pressure, Humidity, and Air-quality values. I want to show these values on STM32F769I-Disco board's WVGA TFT LCD using Touch GFX.

So, how to integrate my developed environmental code to Touch GFX to show the sensor values on WVGA TFT LCD with GUI? What are the steps should be followed?

1 REPLY 1
Romain DIELEMAN
ST Employee

Hi,

In order to interact between your GUI and your hardware you need to go through the Model as per the MVP architecture. This is explained in the backend communication article.

I would also advise to have a look at the videos made by ST like this one on the Gauge widget, or by other users like Karl.

/Romain