Last updated
8inch capacitive touch display screen, 800 x 480 hardware resolution.
Capacitive touch panel, support 5-point touch.
Toughened glass capacitive touch panel, hardness up to 6H.
Supports Pi5/4B/CM4/3B+/3A+/3B/CM3/CM3+/2B/B+/A+.
Directly drive the LCD by the DSI interface on the Raspberry Pi, with up to 60Hz refreshing rate.
When working with Raspberry Pi, support Raspberry Pi OS / Ubuntu / Kali / Volumio and Retropie, driver-free.
When working with VisionFive, support Debian, single-point touch control, and driver-free.
When working with Tinker Board 2, support Linux/Android, five-point touch control, and driver-free.
When working with Core3566, support Debian/Ubuntu, five-point touch control, and driver-free.
Support backlight brightness adjustable through software control.
LCD FFC cable anti-interference design, more stable for industrial applications.
VCOM voltage adjustment for optimizing display effect.
Power supply via pogo pins, eliminating messy cables connection.
Two types of 5V output headers, for connecting cooling fans or other low-power devices.
Reversed the camera hole on the touch panel for the external camera.
Large front panel design, makes it easy to match user-defined cases or to be integrated into sorts of devices.
Adopts SMD nuts for holding and fixing the board, a more compact structure.
1) Using the FFC cable, connect the 8inch DSI LCD to the 15PIN DSI interface of the Raspberry Pi board. 2) For convenience, you can fix the Raspberry Pi on the back of the 8inch DSI LCD with screws, and assemble the copper column. The connection is as below: (The Raspberry Pi will power the LCD through the Pogo pin).
1. Use a DSI-Cable-12cm cable to connect the 8inch DSI LCD to the 22-pin DSI1 interface on the Raspberry Pi board. 2. For convenience, you can fix the Raspberry Pi on the back of the 8inch DSI LCD with screws, and assemble the copper column. The installation effect is shown in the diagram below: (The Raspberry Pi will power the LCD through pogo pins)
For Raspberry Pi OS/Ubuntu/Kali/Volumio and Retropie system:
1. Connect the TF card to the PC, download and use Raspberry Pi Imager to program the corresponding system image.
2. After installing the imager, open the "config.txt" file on the TF card root directory, add the following codes at the end of "config.txt", and then save and safely remove the TF card.
3. Insert the TF card into the Raspberry Pi, power on the Raspberry Pi, wait for a few seconds normally, and then you can enter the display, and the system can be touched normally after booting.
Note: For the Bookworm system on the Raspberry Pi 5, it is recommended to manually update to the latest system version and reboot (network connection is required).
WaveShare provides the corresponding demo for the application (only supports Bookworm and Bullseye systems). Users can install it by the following commands:
After installation, you can open it: Menu -》Accessories -》Brightness:
In addition, you can also input the following commands to control the backlight brightness in the terminal:
X indicates any number from 0 to 255. 0 means the backlight is the darkest, and 255 means the backlight is the brightest. For example:
1. Open "Screen Configuration" application:
2. Enter "Screen" -> "DSI-1" -> "Orientation", select the rotation orientation and click on "Apply". Then, the touch can be rotated aligning with the display.
Note: Only the Bookworm system supports the above synchronous rotation method, for Bullseye and Butser systems, after the display rotates, you need to set the touch rotation additionally.
1. Open "Screen Configuration" application:
2. Enter "Screen"->"DSI-1"->"Orientation", select the rotation direction, and then click on "Apply" to complete the display rotation.
For some older systems, which do not use the vc4-kms-v3d or vc4-fkms-v3d driver modes, the display rotation method is as follows:
1. Add statements to the config.txt file (the config file is located in the root directory of the TF card, i.e. /boot):
2. Just save and reboot the Raspberry Pi:
① For Bookworm system, you need to modify the ".config/wayfire.ini" file:
Modify the transform value to change the rotation angle. You can change it to normal and rotate 90, 180 or 270 degrees. For systems with kernel version 6.6.20 or higher, touch will follow the rotation after the change. ② For Bullseye or Buster system, you need to modify the "/boot/cmdline.txt" file:
For some systems, as the touch direction is different after display rotation, you need to rotate the touch as shown below: 1. Install libinput:
If the system you installed is an Ubuntu system, or Jetson Nano, the installation command is:
2. Create the xorg.conf.d directory under /etc/X11/ (if this directory already exists, go directly to step 3):
3. Copy "40-libinput-conf" file to the directory just created:
4. Edit:
Find the touchscreen part, add the following sentence, and then save.
As shown below: 5. Reboot the Raspberry Pi:
The touch will be rotated after completing the above steps.
Run the following commands on the Raspberry Pi terminal, and the screen will enter sleep mode:
Note: The above command is only for Bullseye and Buster systems.
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 and can also be accessed via the command: sudo nano /boot/config.txt):
Note: Reboot to take effect after adding the command.
Answer: