Features:
1. Physical resolution 320 x 480, with resistive touch control.2. 50 FPS LCD:It supports up to 125MHz SPI signal input, showing stable no screen and no flicker.With the refresh rate of raspberry pie around 50Hz, play video to play the game without pressure.
3.Same size as the Raspberry Pi, perfectly compatible and can be directly inserted into any version of the Raspberry Pi (Raspberry Pi A, A+, B, B+, 2B, 3B, 3B+,4B).
4.Support Raspbian/Ubuntu/Kali Linux system.
Specifications:
Resolution: 320x480(Pixel)
LCD Interface: SPI
LCD Type: TFT
Backlight: LED
Operating Ttemperature (℃):-20~60
Package included:
1 x 50FPS touch screen
1 x Touch Pen
1 x User Manual
How to use the LCD:
Step 1:Download the Raspbian image
https://www.raspberrypi.org/downloads/raspbian/
Step 2: Burn the system image to the SD card
https://projects.raspberrypi.org/en/projects/raspberry-pi-setting-up/3
Step 3 : Connect the LCD to Raspberry Pi , insert the system SD card , connect the Ethernet and power on it.
Step 4: Open terminal(SSH) and install the driver on Raspberry Pi.
Execute the following commands (RaspberryPi needs to connect Internet)
(1)5 FPS touch screen:
cd /boot
sudo tar zxvf LCD-show.tar.gz
cd LCD-show/
sudo ./LCD35-show
Please refer to this link to get the system image : http://www.lcdwiki.com/3.5inch_RPi_Display
(2)50 FPS touch screen:
sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./MHS35-show
Please refer to this link : http://www.lcdwiki.com/MHS-3.5inch_RPi_Display
After the LCD driver is installed, the system will restart automatically. After the startup is successful, the LCD can be displayed and touched normally, which means that the driver is successfully installed.