cancel
Showing results for 
Search instead for 
Did you mean: 

I want to make this graphical interface

slimani
Associate III

slimani_0-1743946939007.jpeg

I want to make this graphical interface, can you help me to do that and thank you very much

1 ACCEPTED SOLUTION

Accepted Solutions
GaetanGodart
ST Employee

Hello @slimani ,

 

You should be able to find everything you need on our documentation .

We also have a Youtube playlist that will help you get started.

 

Regards,

Gaetan Godart
Software engineer at ST (TouchGFX)

View solution in original post

6 REPLIES 6
Pavel A.
Super User

Here you can find help and advice on your project.

 

GaetanGodart
ST Employee

Hello @slimani ,

 

You should be able to find everything you need on our documentation .

We also have a Youtube playlist that will help you get started.

 

Regards,

Gaetan Godart
Software engineer at ST (TouchGFX)

slimani_0-1746125389245.pngi want this  dashbord  

Hello @slimani ,

 

You can see how we made this by opening TouchGFX Designer, select "Demo" and look for the "E-bike" demo :

GaetanGodart_0-1746173350963.png

 

Regards,

Gaetan Godart
Software engineer at ST (TouchGFX)

I am making this dashboard on my stm32h747-disco and I want to integrate data with my components. Help me please.

 
 

 

 
 
 
 
 

WhatsApp Image 2025-05-03 à 23.04.35_1f438666.jpg

 

 

Hello @slimani ,

 

You should find all the information you need in the tutorials and video guide I shared previously.

If want to display the data from a sensor, you need to make sure your sensor works fine and you can fetch the data and then you need to send that data from main.c to model.cpp, to do so you can either include main.c in model.hpp or you can use FreeRTOS semaphores and queues to transfer the data.

 

Regards,

Gaetan Godart
Software engineer at ST (TouchGFX)