Display blank in Video Mode (STM32H747I-DISCO & TouchGFX & Custom Display Board)
Hi,
I'm trying get display working in Video Mode with TouchGFX(STM32H747I-DISCO as development board), but with no awail.
The display board is a custom one (uses ILI9806E driver (no GRAM), which can only work in Video Mode)
Steps I have done so far:
1. Made sure the driver works fine with LCD_DSI_VideoMode_SingleBuffer example. (ILI9806E Standalone)
2. Run the TouchGFX application successfully with original display board w/o any modifications in the code, for sanity check. (OTM8009A Command Mode & TouchGFX)
3. Configured the application based on this documentation: MIPI-DSI Video Mode (ILI9806E & TouchGFX)
4. Run the " HAL_DSI_PatternGeneratorStart(&hdsi, 0, 0);" , which shows the pattern correctly. (ILI9806E & TouchGFX))
5. Scoured through the forum to find out what I'm missing.
Any suggestions what should be the next step(s)?
