Question
Is the TGFX screen:: handleTickEvent() called in LTDC interrupt ?
Hi,
I want to check if there is a message sent from the backend task in every tick event. I am using a freertos queue to send/receive messages. I am wondering whether the handle tick event function is called in an interrupt callback. I need to use the proper queue API.
Thanks in advance.
