cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F769I Discovery Board (output switch between HDMI and LCD)

GustavoGalanTexas
Associate

Hello, I am in the need to design a custom board based on STM32F69I Discovery.

The main need is to be able to plug an external HDMI display using the DMI adapter for this board, and have the attached display get the output. When the external HDMI is not present, the LCD display in the board remains functioning.

Is there a sample than can handle this scenario, of where could I look for a solution.

Thanks

Gustavo Galan

1 REPLY 1
HP
Senior III

Wrong sub-forum to ask for this.
The question is much more hardware related and have nothing to do with tGFX, sorry.
I'm only posting to let you know that you will most likely not get any specific help on the topic here.

However, I would think that in order for you to get this to work you would need a way to determine which hardware was present and have both configurations set up in the code. Most likely using the onboard display as the primary configuration and then, upon detecting a valid HDMI link, reconfiguring the interface setup. Likewise, for reverting, reconfigure the interface for the onboard display