Update ReadMe.txt
This commit is contained in:
parent
cf3bc68bd8
commit
5a7a0b6a35
1 changed files with 7 additions and 4 deletions
11
ReadMe.txt
11
ReadMe.txt
|
@ -4,11 +4,14 @@
|
|||
[Driver installation]
|
||||
Step1, Install Raspbian official mirror
|
||||
1)Download Raspbian official mirror:https://www.raspberrypi.org/downloads/
|
||||
2)Use“SDFormatter.exe”to Format your TF Card,
|
||||
3)Use“Win32DiskImager.exe” Burning mirror to TF Card。
|
||||
2)Use“SDFormatter.exe”to Format your TF Card,
|
||||
3)Use“Win32DiskImager.exe” Burning mirror to TF Card。
|
||||
Step2, Install LCD Driver
|
||||
1)Copy “LCD-show-160701.tar.gz” to the root directory of raspberry pi(you can copy it directly to TF card after Step1, or use SFTP to remote copy)
|
||||
2)Landing Raspberry pi system to user command line (Name:pi,Password:raspberry),Execute the following command:
|
||||
1)
|
||||
download LCD-show-160701.tar.gz from Github
|
||||
https://github.com/goodtft/LCD-show.git
|
||||
Copy “LCD-show-160701.tar.gz” to the root directory of raspberry pi(you can copy it directly to TF card after Step1, or use SFTP to remote copy)
|
||||
2)Landing Raspberry pi system to user command line (Name:pi,Password:raspberry),Execute the following command:
|
||||
cd /boot
|
||||
sudo tar zxvf LCD-show-160701.tar.gz
|
||||
cd LCD-show/
|
||||
|
|
Loading…
Reference in a new issue