123

From LCD wiki
Revision as of 14:06, 11 August 2018 by Root (talk | contribs)
Jump to: navigation, search

Features edit | edit source | edit source

  • 320×480 resolution
  • Resistive touch control
  • Supports any revision of Raspberry Pi (directly-pluggable)
  • Compatible with Raspberry Pi A, B, A+, B+, 2B, 3B, 3B+versions
  • Drivers provided (works with your own Raspbian/Ubuntu directly)
  • Size perfectly fits the Pi
  • High quality immersion gold surface plating
  • Supports Raspbian system, ubuntu system ,kali Linux system

Method 1: quick install (raspberry pi needs Internet connection)

  • Step 1, Install Raspbian official image
  1. Download the latest image from the official download.
  2. Install the system according to the official tutorial steps.
  • Step2,Install LCD driver

1) log in the raspberry pie system with Putty connection to the user command line (initial username: PI password :raspberry) 2) execute the following command (Mouse Right-click can paste the code in Putty):

git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./MPI3508-show
  • After executing the above command, the system will restart automatically, and display and touch will be OK.


Method 2: offline installation Install video:

Step 1: install the official image of Raspbian/Ubuntu 1)Download the latest Raspbian or Ubuntu image from the official website https://www.raspberrypi.org/downloads/ 2)Format the TF card with SDFormatter, 3)Use Win32DiskImager to burn the official image to the TF card. Step 2, modify the "config.txt" After the step 1 completion of burning in the CD Driver in the folder "- show LCD. Tar. Gz" copy to TF-card root directory, Open the config.txt file in TF-card root directory and add the following code to the end of the file. Save and colse TF card: hdmi_force_hotplug=1 config_hdmi_boost=7 hdmi_drive=2 hdmi_force_hotplug=1 hdmi_group=2 hdmi_mode=87 hdmi_cvt 480 320 60 6 0 0 0 Step 3: insert the SD card into the raspberry pie and connect the hardware as shown in the picture: 476x476像素

Step 4: power the raspberry, connect the mouse keyboard, and open the terminal terminal terminal on the raspberry pie: 483x483像素

Step 5. Enter the following instructions in the terminal terminal: cd /boot cp LCD-show.tar.gz ~ cd ~ sudo tar zxvf LCD-show.tar.gz cd LCD-show/ sudo ./MPI3508-show

</div>