cancel
Showing results for 
Search instead for 
Did you mean: 

What is HDMI output using STM32F769I-DISC1+B-LCDAD-HDMI1+TouchGFX(4.10.0)?

YJi
Associate

I am developing using STM32F769I-DISC1 + B-LCDAD-HDMI1 + 5' HDMI LCD(800x480) + TouchGFX(4.10.0).

​​I used the TouchGFX designer(4.10.0) to select the STM32F769I DISCOVERY KIT and created the empty project or demo project. ​

I did generate code and I compiled it using the IAR compiler and uploaded the hex file.

No picture is displayed on the LCD.

B-LCDAD-HDMI1's ADV7533 should be added to the project.

How do you add adv7533 code to the TouchGFX project?

The hardware configuration is as follows.

STM32F769I-DISC1 + B-LCDAD-HDMI1 + 5' HDMI LCD(800x480)

Touch is not used.

Please answer about my question.

2 REPLIES 2

There should be BSP files for the LCD and HDMI options. There should be some display examples in the CubeF7 tree you can merge into your own code trees. If the panel screen settings don't ​match existing options you'll need to add geometry and timing options to support your display.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
YJi
Associate

Thank you for your reply.

If you run the project in the path "\STM32Cube_FW_F7_V1.13.0\Projects\STM32F769I-Discovery\Examples\LCD_DSI\LCD_DSI_VideoMode_SingleBuffer", the image will be displayed on the 5 'LCD (800x480).

I would like to know how to port adv7533.c to the TouchGFX project. The file adv7533.c is located in the path "\STM32Cube_FW_F7_V1.13.0\Drivers\BSP\Components\adv7533".