Solved
How to integrate my own .c files to Touch GFX generated code?
..
..
Better explai your question in normal TouchGFX is implemented with RTOS and your c code is run as next thread .
Then you hav etwo ways howto send values to GUI.
if (tickCounter % 2 == 0 && lastvalue != SharedStruct.newvalue) {
imageProgressL.setValue(SharedStruct.newvalue);
lastvalue = SharedStruct.newvalue;
}Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.