Rotate screen 180 degrees
I would like to rotate my screen 180 degrees, I know that Touchgfx does not support this option but it is possible to do so by modifying the internal registers of the display controller.
In my case the display has a resolution of 480x272 and the controller is an HX8247-A and I only have the RGB interface available, I do not have access to the pins for screen rotation but I saw that I have to set the UD and LR bits of the 'Driver Data Control' register to a low level.
Do you think it is possible to modify the internal registers via the LTDC peripheral of the microcontroller (STM32H7)?
Thanks
