Associate III
October 21, 2022
Question
Incorrect mirrored image on LTCD but correctly on TouchGFX
- October 21, 2022
- 5 replies
- 1685 views
I am working with a STM32F767 with an LTCD panel but the image it is displayed on the panel weirdly mirrored.
Current configuration and checks that I have done:
- I have located the frame buffer in external RAM.
- I have checked that the initial values of the frame buffer on rame contain RED colors ( which should be displayed on the top left corner)
- Checked that the panel orientation is correct (according to datasheet)
- Working with RGB565
From what I understand it looks like TouchGFX is fillinf the frame buffer correctly but it is being incorrectly displayed. Any ideas of what could be causing this flipping?
I have already worked with this panel with an evalboard and the STM32F769 and everything as working as expected.
