Google Chat:---
+86-0755-88291180
sales@spotpear.com
dragon_manager@163.com
tech-support@spotpear.com
zhoujie@spotpear.com
WhatsApp:13246739196
WhatsApp:13424403025

| Parameter | Min | Typical | Max | Unit | Note |
|---|---|---|---|---|---|
| Input Voltage | 4.75 | 5.00 | 5.25 | V | Note 1 |
| Input Current | TBD | 400 | TBD | mA | Note 2 |
| Operating Temperature | 0 | 25 | 60 | ℃ | Note 3 |
| Storage Temperature | -10 | 25 | 70 | ℃ | Note 3 |


Before connecting or disconnecting the DSI cable, shut down the Raspberry Pi and disconnect power. Ensure the DSI cable is correctly oriented and avoid inserting or removing the connector at an angle.



Connect the TF card to the PC, download and use Raspberry Pi Imager to flash the latest Raspberry Pi OS.

After flashing, open the config.txt file in the root directory of the TF card, add the following configuration at the end of the file, save, and safely eject the TF card.
Raspberry Pi 5 / CM5 / CM4 / CM3+ / CM3 have two MIPI DSI interfaces. DSI1 is recommended by default. If the screen is connected to DSI0, enable the corresponding configuration for DSI0.
dtoverlay=vc4-kms-v3d
#DSI1 Use
dtoverlay=vc4-kms-dsi-waveshare-panel,6_25_inchB
#DSI0 Use
#dtoverlay=vc4-kms-dsi-waveshare-panel,6_25_inchB,dsi0
Insert the TF card into the Raspberry Pi and power it on. After the system boots, display and touch functions will work normally.
The following steps use Raspberry Pi OS Trixie as an example:
Click the top-left menu, go to "Preferences" > "Control Center", and select "Screens".

Go to "Screen" > "DSI-2" > "Brightness", check and adjust the desired backlight brightness, and finally click "Apply" to save the settings.

In Raspberry Pi OS Bookworm, this setting is located under "Screen Configuration" > "Screen".
You can also use the graphical backlight adjustment tool provided by Waveshare:
wget https://files.waveshare.com/wiki/common/Brightness.zip
unzip Brightness.zip
cd Brightness
sudo chmod +x install.sh
./install.sh
After installation, you can open the program from "Accessories" > "Brightness".

echo X | sudo tee /sys/class/backlight/*/brightness
Where X represents any number between 0 and 255. 0 means the darkest, and 255 means the brightest. For example:
echo 100 | sudo tee /sys/class/backlight/*/brightness
echo 0 | sudo tee /sys/class/backlight/*/brightness
echo 255 | sudo tee /sys/class/backlight/*/brightness
The following steps use Raspberry Pi OS Trixie as an example:
Click the top-left menu, go to "Preferences" > "Control Center", and select "Screens".

Go to "Screen" > "DSI-1" > "Touchscreen" and check "10-0014 Goodix Capacitive TouchScreen".

Go to "Screen" > "DSI-2" > "Orientation", select the desired orientation, and click "Apply" to synchronously rotate both the display and touch.

The actual display identifier may be DSI-1 or DSI-2; use the one detected by the system.
Edit cmdline.txt:
sudo nano /boot/firmware/cmdline.txt
Add the corresponding rotation parameter at the beginning of the file, save, and reboot for the change to take effect.
# Display rotation 90 degrees
video=DSI-1:720x1560M@60,rotate=90
# Rotate display 180 degrees
video=DSI-1:720x1560M@60,rotate=180
# Rotate display 270 degrees
video=DSI-1:720x1560M@60,rotate=270
When using both DSI and HDMI displays simultaneously, the cmdline.txt method cannot rotate the DSI display independently from the HDMI display.
If you rotate using the GUI, you can check the "Touchscreen" option in the screen layout editor to synchronize touch rotation. For command-line touch rotation, you can configure it via udev rules.
Create the 99-waveshare-touch.rules file.
sudo nano /etc/udev/rules.d/99-waveshare-touch.rules
Add the following rule as needed, save, and reboot for the change to take effect.
# Touch rotation 90 degrees
ENV{ID_INPUT_TOUCHSCREEN}=="1", ENV{LIBINPUT_CALIBRATION_MATRIX}="0 -1 1 1 0 0"
# Touch rotation 180 degrees
ENV{ID_INPUT_TOUCHSCREEN}=="1", ENV{LIBINPUT_CALIBRATION_MATRIX}="-1 0 1 0 -1 1"
# Touch rotation 270 degrees
ENV{ID_INPUT_TOUCHSCREEN}=="1", ENV{LIBINPUT_CALIBRATION_MATRIX}="0 1 0 -1 0 1"
Reboot the Raspberry Pi.
sudo reboot
Raspberry Pi OS Trixie and Bookworm support two touch modes, which can be switched under "Screen Configuration" > "Touchscreen".

Starting from Raspberry Pi OS Bookworm, the system includes the Squeekboard on-screen keyboard by default.

In Trixie, you can set the on-screen keyboard to show or hide via "Preferences" > "Control Center" > "Display".

In Bookworm, you can set the on-screen keyboard to show or hide via "Raspberry Pi Configuration" > "Display" or raspi-config > "Display".

Monday-Friday (9:30-6:30) Saturday (9:30-5:30)
Email: services01@spotpear.com