More actions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
* Size perfectly fits the Pi | * Size perfectly fits the Pi | ||
* High quality immersion gold surface plating | * High quality immersion gold surface plating | ||
* Supports Raspbian system, ubuntu system ,kali Linux system<ul class="nav nav-tabs"> | * Supports Raspbian system, ubuntu system ,kali Linux system | ||
<ul class="nav nav-tabs"> | |||
<li class="active"><btn data-toggle="tab" class="">#tab1|Mathon 1</btn></li> | <li class="active"><btn data-toggle="tab" class="">#tab1|Mathon 1</btn></li> | ||
<li><btn data-toggle="tab" class="">#tab2|Mathon2</btn></li> | <li><btn data-toggle="tab" class="">#tab2|Mathon2</btn></li> | ||
<li><btn data-toggle="tab" class="">#tab3| | <li><btn data-toggle="tab" class="">#tab3|FAQ | ||
</btn></li> | </btn></li> | ||
</ul> | </ul> | ||
<div class="tab-content"> | <div class="tab-content"> | ||
<div id="tab1" class="tab-pane fade in active"> | |||
<big>Method 1: quick install (raspberry pi needs Internet connection)</big> | <big>Method 1: quick install (raspberry pi needs Internet connection)</big> | ||
Line 32: | Line 36: | ||
sudo ./MPI3508-show | sudo ./MPI3508-show | ||
* After executing the above command, the system will restart automatically, and display and touch will be OK. | * After executing the above command, the system will restart automatically, and display and touch will be OK. | ||
</div> | </div> | ||
<div id="tab2" class="tab-pane fade"> | <div id="tab2" class="tab-pane fade"> | ||
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> | |||
</div> | </div> |
Revision as of 14:06, 11 August 2018
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
- Download the latest image from the official download.
- 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