Question
Update GUI Model without RTOS inter-task messaging
Hi,
I need to update the GUI Model of touchGFX from another task that read data from some peripherals. I've seen that's recommended to use inter-task messaging system, like messaging queue, but unfortunately my RTOS doesn't implement anything like that yet.
What can I use to connect the Model class and other RTOS tasks?