raspi2raspi icon indicating copy to clipboard operation
raspi2raspi copied to clipboard

How to copy the display screen of HDMI interface to the RGB LCD screen of DPI interface?

Open ShaoMingya opened this issue 5 years ago • 3 comments

Hi Andrew! First of all, thank you for giving me an idea. Now I want to display HDMI screen on DPI interface(https://www.raspberrypi.org/documentation/hardware/raspberrypi/dpi/README.md), but I tried several routines of yours, but they failed. Can you give me some advice? Thank you!

ShaoMingya avatar Mar 30 '19 10:03 ShaoMingya

What you are looking for is the opposite of raspi2raspi. It would be possible to write a program to do this, but I don't have anything that would do what you want.

AndrewFromMelbourne avatar Mar 30 '19 20:03 AndrewFromMelbourne

What you are looking for is the opposite of raspi2raspi. It would be possible to write a program to do this, but I don't have anything that would do what you want.

I'm glad to hear from you. Yesterday, I consulted the relevant information and found that the display number of raspberry HDMI is 5 and the display number of DPI is 4. I used the command line:

sudo ./raspi2raspi --source 5 --destination 4

Surprised to see the DPI LCD screen synchronized display HDMI screen. But I would like to ask you how to understand the relationship between different hardware display interfaces and "display number"?

ShaoMingya avatar Mar 31 '19 01:03 ShaoMingya

Sorry, yes of course. It has been a long while since I did this. I don't really know how thee display numbers are assigned.

AndrewFromMelbourne avatar Apr 06 '19 05:04 AndrewFromMelbourne