Animation Performance Issue with NUCLEO-G071RB + X-NUCLEO-GFX01M2
Hello,
I am currently using NUCLEO-G071RB with X-NUCLEO-GFX01M2, where I have implemented an animation that periodically updates a part of the display.
When setting the animation interval to 100ms, I noticed that the main loop’s while execution time exceeds 100ms, causing delays in execution. To achieve smoother animation, I want to shorten the animation interval.
1. How can I reduce the delay in the main loop execution?
2. Could the delay be due to the low clock speed of the MCU or the fact that the display uses SPI communication?
3. If I switch to an MCU with a higher clock speed and use a MIPI DSI or RGB interface, how can I migrate my existing SPI display-based project to the new hardware?
Any insights or guidance would be greatly appreciated.
Thank you!
