cancel
Showing results for 
Search instead for 
Did you mean: 

Dual Display Support

NPal.2
Senior

Hi,

Is STM32MP1 is able to drive two displays at once , one via DSI and another via RGB is it possible?

Following are the combinations :

RGB to HDMI ---- to drive HDMI display.

DSI to HDMI ----- to drive HDMI display.

RGB to LVDS ----- to Drive LVDS display.

DSI to LVDS ----- to drive LVDS display.

Which of these would be best combination to drive two displays?

I want to drive LVDS and one any display via HDMI.

1 ACCEPTED SOLUTION

Accepted Solutions

LTDC internal peripheral - stm32mpu chapter 2

Or simply MP internal have only one LTDC then only one RGB or DSI . DSI is only internal chain LTDC - RGB - DSI

And simply when externaly you connect to MP desired peripheral you can have more LCDs (as graphics card in PC).

View solution in original post

6 REPLIES 6
MM..1
Chief II

I mean no you cant combine RGB and DSI because both is drived with LTDC.

Dual display is teoreticaly possible only on different connection example SPI + DSI ...

@MM..1​ Thanks for the response. What i have understood is we can drive two display one via RGB and another via DSI at the same time given that correct device tree changes are in place. Let me know if my understanding is correct.

Isnt correct.

@MM..1​  Can you please get my thoughts right? It will be great if you can answer it in short. I am pretty confused right now.

LTDC internal peripheral - stm32mpu chapter 2

Or simply MP internal have only one LTDC then only one RGB or DSI . DSI is only internal chain LTDC - RGB - DSI

And simply when externaly you connect to MP desired peripheral you can have more LCDs (as graphics card in PC).

Thanks @MM..1​ : For your response. I understand it completely now.