← Back to Product Introduction
| Item | Details |
|---|---|
| Display Panels | OSOYOO 7″ DSI Touchscreen (#2025001200) |
| Supported Boards | Raspberry Pi 3 / 4 / 5, CM3 / CM4 / CM5 |
| Operating System | Raspberry Pi OS Bookworm / Trixie (Kernel 6.12+) |
Note: Make sure your hardware is connected correctly before proceeding. Refer to the Hardware Connection section in the product introduction if needed.
This is the recommended method. Run the following commands on your Raspberry Pi:
# Clone the repository git clone https://github.com/osoyoo/osoyoo-dsi-panel.git cd osoyoo-dsi-panel # Run direct installation script bash install-direct.sh display7inch
In the end, the bash program will ask you to confirm reboot, after you reboot the Raspberry Pi, the 7″ 720×800 screen will display OS UI.



Set brightness via terminal (value range: 0 = darkest, 255 = brightest):
echo X | sudo tee /sys/class/backlight/*/brightness
Replace X with your desired value, for example:
echo 128 | sudo tee /sys/class/backlight/*/brightness

A demo application is also available:
wget https://osoyoo.com/driver/Brightness.zip unzip Brightness.zip cd Brightness sudo chmod +x install.sh ./install.sh



After reboot, to change screen orientation:

To remove the driver, navigate to the cloned repository folder and run:
cd osoyoo-dsi-panel sudo ./uninstall.sh
Or if installed via .deb package:
sudo dpkg -r osoyoo-dsi-panel-dkms
| Issue | Possible Cause | Solution |
|---|---|---|
| Display does not turn on | Driver not loaded or overlay missing | Run lsmod | grep osoyoo to check; verify overlay is added to config.txt |
| Driver build fails | Kernel headers missing | Run sudo apt install raspberrypi-kernel-headers |
| Touch not working | Touchscreen not configured | Follow the Touchscreen Rotation section to configure the Goodix touch device |
| Model detection error | Incompatible board or kernel | Ensure you are using Raspberry Pi OS Bookworm or Trixie with Kernel 6.12+ |
DownLoad Url osoyoo.com