Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
8inch Capacitive Touch Display for Raspberry Pi, 800×480, MIPI DSI Interface
1. The anti-interference design of LCD FFC line makes it more stable for industrial use.
2. The VCOM voltage adjustment resistor can adjust the VCOM voltage to achieve the best display effect.
3. The thimble can be used for power supply, reducing tedious wiring.
4. Two types of 5V power output interfaces are convenient for users to connect cooling fans or supply power to other low-power devices.
5. The camera hole is reserved on the touch panel, which is convenient for users to integrate an external camera.
6. The large cover design makes it easy to design the case and is easy to be embedded in various equipment.
7. The chip nuts support and fix the Raspberry Pi mainboard to the back of the LCD, and the structure is more compact.
1)Use the 15PIN FPC cable to connect the DSI interface of the 8inch DSI LCD to the DSI interface of the Raspberry Pi.
2)For ease of use, you can attach the Raspberry Pi to the back of the 8inch DSI LCD fixed with screws, and assemble the copper pillars. (The Raspberry Pi GPIO interface will power the LCD through the thimble)
The connection as below:
Support Raspberry Pi OS / Ubuntu / Kali / Retropie and WIN10 IoT systems for Raspberry Pi.
1) Download image (Raspbian, Ubuntu, Kali, or WIN 10 IOT) from the Raspberry Pi website.
2) Download the compressed file to the PC, and unzip it to get the .img file.
3) Connect the TF card to the PC, use SDFormatter software to format the TF card.
4) Open the Win32DiskImager software, select the system image downloaded in step 2, and click‘Write’ to write the system image.
5) After the image has finished writing, save, and quit the TF card safely.
6) Power on the Raspberry Pi and wait for a few seconds until the LCD displays normally. And the touch function can also work after the system starts.
sudo su echo X > /sys/class/backlight/rpi_backlight/brightness
echo 100 > /sys/class/backlight/rpi_backlight/brightness echo 0 > /sys/class/backlight/rpi_backlight/brightness echo 255 > /sys/class/backlight/rpi_backlight/brightness
wget https://www.waveshare.net/w/upload/3/39/Brightness.tar.gz tar -xzf Brightness.tar.gz cd brightness ./install.sh
Note: If you use the 2021-10-30-raspios-bullseye-armhf image or the laster version, please add the line dtoverlay=rpi-backlight to the config.txt file and reboot.
If you want to disable the touch function, you can modify the config.txt file, add the following line to the file and reboot the system.
disable_touchscreen=1