Overview
Want to add a graphical user interface to your Raspberry Pi? With this kit you get a TFT display and a neat protective casing all in one. All the ports on you Raspberry Pi is also exposed should you need them. Better value for money is hard to find.
Specifications
Compatibility: Pi 2B, 3B and 3B+
LCD Type | TFT |
LCD Interface | SPI |
Touch Screen Type | Resistive |
Touch Screen Controller | XPT2046 |
Colors | 65536 |
Backlight | LED |
Resolution | 320*480 (Pixel) |
Aspect Ratio | 08:05 |
About the system of 3.5 touch screen
The touch screen need to configure the driver for touch function , otherwise you can not use it by your own system.
Here we provide the method to configure for Raspbian system :
Step 1: Download the Raspbian IMG (https://www.raspberrypi.org/downloads/raspbian/)
Step 2: Burn the system image
If you don't know how to do that,you can refer to the Raspberry Pi office tutorial
Step 3: Open terminal(SSH) and install the driver on RaspberryPi
(tested on RaspberryPi 3B+,3B,2B,2B+,1B,ZERO)
Drive File:
sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./LCD35-show
Make sure your RPI connects to the internet then wait a few minutes, when the system reboot ok, you can see that.
You can also download the system image which we already configured well by following link :
https://github.com/goodtft/LCD-show