6.25inch DSI LCD
Features
- 6.25inch DSI touch screen, supports five-point capacitive touch control
- IPS display panel with a hardware resolution of 720×1560
- Adopt the optical bonding process for clearer picture quality
- Equipped with 6H hardness tempered glass touch cover
- Compatible with Raspberry Pi 5/CM5/4B/CM4/3B+/3A+/3B/CM3+/CM3
- Directly drive the LCD through the Raspberry Pi's DSI interface, with a refresh rate of up to 60Hz
- When used with Raspberry Pi, it is compatible with Bookworm/Bullseye/Buster systems
- Support adjusting backlight brightness through software
Video Tutorial
Interface Definition
| PIN | Label |
|---|---|
| 1 | GND |
| 2 | DSI1_DN1 |
| 3 | DSI1_DP1 |
| 4 | GND |
| 5 | DSI1_CN |
| 6 | DSI1_CP |
| 7 | GND |
| 8 | DSI1_DN0 |
| 9 | DSI1_DP0 |
| 10 | GND |
| 11 | SCL0 |
| 12 | SDA0 |
| 13 | GND |
| 14 | 3V3 |
| 15 | 3V3 |
Hardware Connection
Working with Raspberry Pi 5
1. Use the DSI-Cable-12cm cable to connect the DSI port of the display to the 22PIN DSI1 port of the Raspberry Pi motherboard. 2. Secure the Raspberry Pi to the display with M2.5 screws, ensuring that the spring pins make good contact with the Raspberry Pi.
The installation effect is as follows:
![]()
Note: Ensure that the DSI cable is connected in the correct direction and supplies 5V power to the display via the spring pins.
Working with Raspberry Pi4B/3B+/3B/3A+
1. Use a double-headed 15PIN FPC cable to connect the DSI interface of the display to the DSI interface of the Raspberry Pi motherboard. 2. Secure the Raspberry Pi to the display with M2.5 screws, ensuring that the spring pins make good contact.
The installation effect is as follows:
![]()
Note: Ensure that the DSI cable is connected in the correct direction and supplies 5V power to the display via the spring pins.
Working with CM5/CM4/CM3
1. Use the DSI-Cable-12cm cable to connect the DSI port of the display to the 22PIN DSI1 port of the Raspberry Pi motherboard. 2. Using the 4PIN PH2.0 cable, connect the 5V and GND of the display to the 5V and GND pins of the Raspberry Pi respectively. (By default, the built-in I2C0 of the DSI port is used, so SDA1 and SCL1 can be left unconnected.)
The installation effect is as follows:
![]()
Note: Ensure that the DSI cable is connected in the correct direction and supplies 5V power to the display via the cable.
Software Setting
For Bookworm System
- 1. Insert the TF card into your PC, download and use Raspberry Pi Imager to flash the system image.
- 2. After the flashing is completed, open the config.txt file in the root directory of the TF card, add the following code at the end of the file, save and safely eject the TF card.
Note: For Pi5/CM5/CM4/CM3+/CM3, since there are two MIPI DSI display interfaces, please select the correct display interface and command. By default, the DSI1 display interface is used.
dtoverlay=vc4-kms-v3d #DSI1 Use dtoverlay=vc4-kms-dsi-waveshare-panel,6_25_inch #DSI0 Use #dtoverlay=vc4-kms-dsi-waveshare-panel,6_25_inch,dsi0
- 3. Insert the TF card into the Raspberry Pi, power on and start, wait for a few seconds to enter the system display, and the touch function can also work normally.
Template:800*480 DSI LCD software backlight adjustment
Trixie/Bookworm Display Rotation
GUI interface rotation
The following steps are based on the Trixie system:
- 1. Click the menu in the upper left corner, then go to "Preferences" -> "Control Center", and select "Screens";
- 2. Go to "Screen" -> "DSI-1" -> "Touchscreen" and check "10-0014 Goodix Capacitive TouchScreen";
- 3. Go to "Screen" -> "DSI-2" -> "Orientation", check the direction you need to rotate, and finally click "Apply" to complete the display and touch synchronous rotation.
- In the Bookworm system, this setting entry is located at "Screen Configuration" -> "Screen".
lite Version Display Rotation
sudo nano /boot/cmdline.txt #Add a command to display the rotation angle at the beginning of the cmdline.txt file, and save it to take effect after restarting #Display rotation 90 degrees video=DSI-2:720x1560e,rotate=90 #Display rotation 180 degrees video=DSI-2:720x1560e,rotate=180 #Display rotation 270 degrees video=DSI-2:720x1560e,rotate=270 # DSI-2 needs to be modified to the actual display in use, e.g. "DSI-1" or "HDMI-A-1"
Set Screen Off and On
Run the following command on the Raspberry Pi terminal and the screen will be turned off:
wlr-randr --output DSI-2 --off # DSI-2 needs to be modified to the actual display in use, e.g. "DSI-1" or "HDMI-A-1"
Run the following command on the Raspberry Pi terminal and the screen will be turned on:
wlr-randr --output DSI-2 --on # DSI-2 needs to be modified to the actual display in use, e.g. "DSI-1" or "HDMI-A-1"
Note: This command is only applicable to the Labwc and Wayfire graphical interfaces and not to the X11 graphical interface.
Screen Sleep
Run the following command on the Raspberry Pi terminal and the screen will enter sleep mode:
xset dpms force off
Note: This command is only applicable to the X11 graphical interface and not to the Labwc and Wayfire graphical interfaces.
Disable Touch
At the end of the config.txt file, add the following command corresponding to disabling touch (the config file is located in the root directory of the TF card, which can also be accessed via the command: sudo nano /boot/config.txt):
disable_touchscreen=1
Note: After adding a command, it needs to be restarted to take effect.
Resources
FAQ
Support
Technical Support
If you need technical support or have any feedback/review, please click the Submit Now button to submit a ticket, Our support team will check and reply to you within 1 to 2 working days. Please be patient as we make every effort to help you to resolve the issue.
Working Time: 9 AM - 6 PM GMT+8 (Monday to Friday)

