2019-10-16 06:06 AM
Hello, I have a STM32F769- DISCO I bought an adapter for it
"B-LCDAD-HDMI1" after connecting the HDMI cable to the monitor I have no image at all the monitor displays the message "No signal" I will also mention that the LCD monitor attached to the set together with STM32F769 -DISCO the image is displayed, please help.
2019-10-16 06:12 AM
You have to rebuild the demo/examples with the USE_LCD_HDMI define for it to use the adapter and drive an external screen.
2019-10-16 06:18 AM
Thank you for your help I have only one more question I use Embedded Wizard Studio Free can you help me how to define it I am just starting the adventure with STM32F769 please
2019-10-16 06:24 AM
I'm predominantly using Keil. You'll need to go to the settings tab for the C/C++ compiler and add the preprocessor define which get passed in the command line to the compiler, or put it in the stm32f7xx_hal_conf.h
2020-06-18 06:33 AM
Hi, I am trying to do the same here - However the USE_LCD_HDMI define I am scratching my head over with - Where do you place this? is it within TouchGFXHAL.cpp in place of the #define of the LCD DSI display provided with the Kit? If so - what is the value of this?