STM32H747i-Disco LCD Driver Issue
I have been working with the STM32747i-Disco and the STM32F769--Disco boards. Both have the MB1166-A09 LCD daughter board attached. I have implemented the LCD_DSI_CmdMode_DoubleBuffer example for both. Teh H747 platform took a little more work as the driver attempts to do all the configuration and setup and not using anything from STM32CubeMX what regards to the display over ride functions. The results are very different between the two boards. The F769 picture shows the proper screen display. The H747 picture shows the same screen, but display has shift 0,0 coordinate over. Looking at the driver it appears to setup portrait mode and the switch to landscape.
1. Is there a setting to adjust the display to the correct positioning?
2. Is it possible to just use the LCD driver from F769?
