2025-04-06 6:43 AM
I want to make this graphical interface, can you help me to do that and thank you very much
Solved! Go to Solution.
2025-04-07 1:11 AM
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,
2025-04-06 8:36 AM
Here you can find help and advice on your project.
2025-04-07 1:11 AM
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,
2025-05-01 11:50 AM
i want this dashbord
2025-05-02 1:09 AM
Hello @slimani ,
You can see how we made this by opening TouchGFX Designer, select "Demo" and look for the "E-bike" demo :
Regards,
2025-05-03 3:10 PM
I am making this dashboard on my stm32h747-disco and I want to integrate data with my components. Help me please.
2025-05-05 1:11 AM
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,