GFXMMU Vertical Flip Display
Hi, I am looking into processor based ways to flip the display, using a STM32L4R9. My display can handle horizontal pixel flip, but unfortunately not vertical so I want to see if I can do that without too much overhead in the processor.
@Martin KJELDSEN had an answer on this post a few years ago, where he mentions that the GFXMMU can be used to do the vertical flip by changing the LUT. I tried reversing the order of the GFXMMU_LUT__H entries to reverse the order of the vertical lines in the physical frame buffer. However no flip occurs since TouchGFX writes to the frame buffer through GFXMMU and LTDC then reads from the frame buffer through GFXMMU using the same lookup table.
I could see this being done using two instances of GFXMMU, one with the reversed lookup table for LTDC reads. But STM32L4R9 only has one...
Any ideas on how this could be done?
Thank you,
Russell
