2024-10-04 07:07 AM - last edited on 2024-10-04 07:29 AM by Andrew Neil
HI Team,
I am working on project, in which we used touchGFX based UI animation. there is one requirement, that we need to run animation on screen just using HAL_ LCD calls but not any touchGFX .
It might be confusing, but I will try my best to explain this. we have default task in which GRAPHICS_MainTask is running. there is one requirement that in one point of time we have to stop showing screens running by GRAPHICS_MainTask and render the animation the one we have manually created by taking array of RGB values and sending it to LCD using HAL function. once particular events happen, again we have to revert back to animation from GRAPHICS_MainTask.
could you please help me to do this more efficient way?
Thanks in Advance.