Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
5inch Capacitive Touch Display for Raspberry Pi, 800×480, TFT Wide Angle, MIPI DSI Interface
1) Download image (Raspbian, Ubuntu, Kali, or WIN 10 IOT) from the Raspberry Pi website. https://www.raspberrypi.org/software/
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.exe software to format the TF card.
4) Open the Win32DiskImager.exe 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.
To change the orientation of the display, you can modify /boot/config.txt file as below
sudo nano /boot/config.txt
display_lcd_rotate=1 dtoverlay=rpi-ft5406,touchscreen-swapped-x-y=1,touchscreen-inverted-x=1
display_lcd_rotate=2 dtoverlay=rpi-ft5406,touchscreen-inverted-x=1,touchscreen-inverted-y=1
display_lcd_rotate=3 dtoverlay=rpi-ft5406,touchscreen-swapped-x-y=1,touchscreen-inverted-y=1
If you use Raspberry Pi 4, you need to remove the line: dtoverlay=cv4-fkms-V3D
sudo reboot
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
Open a terminal and install it by the following command
sudo apt-get install matchbox-keyboard
After installing, you can click Accessories -> Keyboard to open the keyboard.