2023-02-27 05:33 AM
Hello,
I'm trying to comunicate with backend.
In particular, I created a variable in the main.c file and I would like the variable to generate events (for example image change) in my graphic project..
Is there anyone who has a solution?
Thank you
2023-02-27 04:59 PM
Hi,
I recommend this video made by Gustavo to understand how to communicate between the main.c (or the rest of your hardware) and your TouchGFX UI.
Here is also the Backend communication article to further explain the process in case you have missed it.
/Romain