Framebuffer splitting in internal RAM
Im working on a STM32F407 MCU with an 320x240 px Display (16bit colors) connected to the FSMC. Id like to avoid using an external RAM.
Is it possible to have a smaller Framebuffer located in the internal RAM?
I guess it could be interesting to vary the buffer size to for example to 40 lines ( 320x40x16bit in my example) and putting the area to the internal RAM.
If its not possible might it be interesting to make a feature request?
Thank you in advance.
