• sales

    +86-0755-88291180

Displaying images from raspberry pi 4 model b

2025-06-15 22:42:14 Ask

Hello,


I connected the display to raspberry pi 4 model b via USB. Is it possible to control the visuals from the raspberry pi?


UPDATE:

1. I see that the device should have a SPI interface? I looked at the board and I can't find the pins.

2. I see that the USB is a UART interface? Is it possible to control the images via UART? Perhaps by uploading a software which allows it?

raspberry pi 4 model b
1answers
SpotPearGuest649ab
Answer time:
2025-06-16 11:13:05

There is no example program for Raspberry Pi, so you need to develop and port it yourself; the SPI interface schematic diagram has a definition, you can download the schematic diagram in the document to view it; "UART control image" - you need to modify it yourself.

Like0

report