2020-11-23 09:59 PM
I have called TouchGFX function in the default thread and its working fine but now i want to add other module function so is that possible and does that work?
Thank You
2020-11-25 06:22 AM
Hi,
Not 100% sure what you mean, but yes you can create multiple threads and do communication between them using a queue.
Here i am using (in an older application) a task to communicate with TouchGFX UI task in Model::tick()
/Martin