Configuration for the TFT

From B-Wiki
Jump to navigation Jump to search

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 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:

<syntaxhighlight lang="text"> 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 </syntaxhighlight>

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