How to use HDMI output using STM32F769I-DISCOVERY+B-LCDAD-HDMI1+TouchGFX(4.10.0)?
I'm using STM32F769I-DISCOVERY + B-LCDAD-HDMI1 + 7' HDMI LCD (800x480) + TouchGFX(4.10.0).
I used the TouchGFX designer(4.10.0) to select the STM32F769I DISCOVERY KIT and created the demo project.
For use 7'LCD I added adv7533.c and USE_LCD_HDMI definition symbol to the project.
In "Init" function of LCD, I set Red, Green and Blue background color.
After compile code in IAR and upload that in board, the background color is set but widgets of touchgfx project don't show!
Please help me.
Thanks.