Implementation of single framebuffer
In this video, you will learn how to implement a single framebuffer strategy on the STM32U5G9J-DK2 and the NUCLEO-U575ZI + RVA35HI.
This strategy uses a single framebuffer to optimize memory usage compared to double buffering. It employs an intelligent redrawing technique to achieve optimal performance.
You will learn:
- The render time limitations that cause tearing
- How to configure a single framebuffer strategy for displays without GRAM
- How to configure a single framebuffer strategy for displays with GRAM
Further reading
- Read also about Framebuffer Strategies.
- Read also about LTDC Display Interface.
- Read also about FMC Display Interface.