Difference between revisions of "3.5inch HDMI Display-B"

From LCD wiki
Jump to: navigation, search
(Step 3: Open terminal and Download the driver on RPI)
(Resource)
(116 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Usage==
+
{{lan
===Step 1:Download the Raspbian IMG===
+
|
https://www.raspberrypi.org/downloads/raspbian/
+
cn=http://www.lcdwiki.com/zh/3.5inch_HDMI_Display-B
===Step 2: Burn the system image===
+
|
If you don't know how to do that,you can refer to the [https://www.raspberrypi.org/documentation/installation/installing-images/README.md Raspberry Pi office tutorial]
+
en=http://www.lcdwiki.com/3.5inch_HDMI_Display-B
 +
}}
 +
 
 +
== <font color="blue">Product Video</font> ==
 +
{{#ev:youtube|gv_qCIYgbFQ}}
 +
*[http://www.lcdwiki.com/Video_Presentation Related Video]
 +
==<font color="blue">Pictures</font>==
 +
[[File:MPI3508-100.jpg|300px]]
 +
[[File:3.5-MPI3508-2pin.jpg|300px]]
 +
[[File:3508-20210302.jpg|300px]]
 +
 
 +
== <font color="blue">Description</font>==
 +
 
 +
* 3.5inch standard display, support HDMI input, refresh rate above 60FPS
 +
* Physical resolution 480x320, configurable software resolution up to 1920x1080
 +
* It is compatible with mainstream mini PC such as Raspberry Pi, BB Black, Banana Pi
 +
* It can also be used as a general-purpose HDMI display, connecting computers, TV boxes, Microsoft Xbox360, SONY PS4, Nintendo Switch and so on
 +
* Used as a Raspberry Pi display that supports Raspbian, Ubuntu, Kodi, Win10 IOT, single-touch, free drive
 +
* Work as a PC monitor, support Win7, Win8, Win10 system (No touch Function)
 +
* Support HDMI audio output,Backlight brightness can be adjusted
 +
* CE, RoHS certification
 +
 
 +
== <font color="blue">Parameters</font> ==
 +
 
 +
* Size: 3.5(inch)
 +
* SKU: MPI3508
 +
* Physical Resolution: 480×320(dots)
 +
* Software adjustable resolution: 480×320~1920×1080(dots)
 +
* Touch: Resistance Touch
 +
* Power Dissipation: 0.20A*5V (Brightness @100%)
 +
::::::0.15A*5V (Backlight close)
 +
* Product Size: 85.5*60.6(mm)
 +
* Package Size: 143*134*51 (mm)
 +
* Rough Weight(Package containing): 142(g)
  
===Step 3: Open terminal and Install the driver online===
+
== <font color="blue">Hardware Description</font> ==
<font color="red">(Your Raspberry Pi should be connected to internet Correctly)</font>
+
[[File:MPI3508-20181115.jpg|300px]]
 +
<br /><big>①</big>Backlight button: backlight brightness adjustment button, short press backlight changes by 10%, long press 3 seconds to close backlight
  
'''Run:'''<br>
+
<big>②</big>HDMI interface: HDMI signal input interface
 +
 
 +
<big>③</big>Amplifier interface: HDMI audio output interface
 +
 
 +
<big>④</big>USB power supply interface: provide power for ordinary display (5V 1A)
 +
 
 +
<big>⑤</big>Transaction raspberry pie 26PIN base: gets power and return touch from this area when used as a raspberry pie monitor
 +
 
 +
==  <font color="blue">How to use with Raspbian/Ubuntu Mate/ Kali/ Retropie System</font> ==
 +
 
 +
<big>'''Method 1: quick install (raspberry pi needs Internet connection)'''</big>   
 +
 
 +
* '''Step 1, Install Raspbian official image'''
 +
 
 +
# Download the latest image from the official download.
 +
# Install the system according to the official tutorial steps.
 +
 
 +
* '''Step 2: insert the SD card into the raspberry pie and connect the hardware as shown in the picture:'''
 +
 
 +
[[File:MPI3508-001.jpg|300px]] [[File:MPI3508-66.jpg|300px]]
 +
 
 +
* '''Step 3,Install LCD driver'''<br />
 +
 
 +
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):
 
{{code|1=
 
{{code|1=
 
sudo rm -rf LCD-show
 
sudo rm -rf LCD-show
 
git clone https://github.com/goodtft/LCD-show.git
 
git clone https://github.com/goodtft/LCD-show.git
 
chmod -R 755 LCD-show
 
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.
 +
 +
 +
'''<big>Method 2: offline installation</big>'''                                              <br />
 +
 +
* ''' 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 "[http://www.lcdwiki.com/res/RaspDriver/LCD-show.tar.gz 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:
 +
{{code|1=
 +
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 '''
 +
 +
* '''Step 4: power the raspberry, connect the mouse keyboard, and open the terminal terminal terminal on the raspberry pie:''' 
 +
 +
[[File:MPI3508-06.png|483x483像素|frameless|507x507px]]
 +
 +
* '''Step 5. Enter the following instructions in the terminal terminal:'''
 +
{{code|1=
 +
cd /boot
 +
cp LCD-show.tar.gz ~
 +
cd ~
 +
sudo tar zxvf LCD-show.tar.gz
 
cd LCD-show/
 
cd LCD-show/
 
sudo ./MPI3508-show
 
sudo ./MPI3508-show
 
}}
 
}}
  
Wait A Few Minutes, when the system reboot ok, you can see that.<br>
+
== <font color="blue">How to use as PC monitor</font> ==
 +
 
 +
:Connect the computer HDMI output signal to the LCD HDMI interface by using the HDMI cable
 +
:Connect the LCD's USB Power interface to the USB port of the device
 +
:If there are several monitors, please unplug other monitor connectors first, and use LCD as the only monitor for testing.
 +
:Note: touch function can only be used for raspberry pi.
 +
{{rotate}}
 +
 
 +
==<font color="blue"> Resource</font>==
 +
 
 +
*'''Document'''
 +
 
 +
# [http://www.lcdwiki.com/res/PublicFile/How_to_install_the_LCD_driver_V1.2.pdf How_to_install_the_LCD_driver_V1.2]
 +
# [http://www.lcdwiki.com/res/PublicFile/How_to_install_matchbox-keyboard(En).pdf How_to_install_matchbox-keyboard]
 +
# [http://www.lcdwiki.com/How_to_rotate_the_display_direction How_to_rotate_the_display_direction]
 +
# [http://www.lcdwiki.com/res/PublicFile/How_to_use_Raspberry_Pi(Download,Format,Burn,SSH,PuTTy)-V1.0.pdf How_to_use_Raspberry_Pi(Download,Format,Burn,SSH,PuTTy)-V1.0.pdf]
 +
# [http://www.lcdwiki.com/res/Show_Direction_and_Touch/How_to_change_display_direction-GPIO-Resistive_Touch-V1.2.pdf How_to_change_display_direction-GPIO-Resistive_Touch-V1.2]
 +
# [http://www.lcdwiki.com/res/MPI3508/EN/MPI3508-Quick-Start-V1.3.pdf MPI3508-Quick-Start-V1.3]
 +
# [http://www.lcdwiki.com/res/MPI3508/EN/MPI3508-3.5inch_HDMI_Display_B_User_Manual-V1.1.pdf MPI3508-3.5inch_HDMI_Display_B_User_Manual-V1.1]
 +
# [http://www.lcdwiki.com/res/MPI3508/MPI3508-07.png Product size]
  
== <font color="blue">Driver download</font> ==
+
*'''Driver download'''
  
*Local  download:   [http://www.lcdwiki.com/res/RaspDriver/LCD-show.tar.gz LCD-show.tar.gz]
+
# download:[http://www.lcdwiki.com/res/RaspDriver/LCD-show.tar.gz LCD-show.tar.gz]
  
== <font color="blue">Images download</font> ==
+
*'''Images download'''
If you feel that the previous step's modification configuration, installation driver is more difficult or still display exception.
 
  
Please use our pre-loaded image to download and write the image to the TF card. Then insert the card into the raspberry pie.
+
:If you have difficulty installing the driver, or if you still can't use the display properly after installing the driver,
 +
:Please Try our Configned images for tested.
 +
:Just need download and write the image into the TF card. DO NOT need any driver installation steps.
 +
{| class="wikitable" border="1" style="width: 99%; margin-left:1.5%;background-color: white;"
 +
!Image Name
 +
!Version
 +
!Support
 +
!Password
 +
! colspan="2" |Download
 +
|-
 +
| rowspan="2" |Raspbian
 +
| rowspan="2" |2023-02-21
 +
| rowspan="2" |PI3B+/PI3/PI2/
 +
PI1/ZERO/ZERO W
 +
| rowspan="2" |user:pi
 +
password:raspberry
 +
|[[File:Baiduyun.jpg|24px]]BaiduYun:
 +
|[https://pan.baidu.com/s/1kCHjjasd7hR-rkqear6cQQ    MPI3508-3.5inch-2023-02-21-raspios-bullseye-armhf.7z] 提取码:g8cb
 +
|-
 +
|[[File:Mega-1.jpg|24px]]Mega:
 +
|[https://mega.nz/folder/d7gWnaKb#a0OoVcChgOSb-EwNoqJSaQ MPI3508-3.5inch-480x320-2022-04-04-raspios-bullseye-armhf.7z]
 +
|-
 +
| rowspan="2" |Raspbian
 +
| rowspan="2" |2023-02-21
 +
| rowspan="2" |PI4
 +
| rowspan="2" |user:pi
 +
password:raspberry
 +
|[[File:Baiduyun.jpg|24px]]BaiduYun:
 +
|[https://pan.baidu.com/s/1BebUWPG6bcHXJ8nEl3OYgg  MPI3508-3.5inch-2023-02-21-raspios-bullseye-armhf.7z] 提取码:v0xz
 +
|-
 +
|[[File:Mega-1.jpg|24px]]Mega:
 +
|[https://mega.nz/folder/x7o0mSiD#o27Z_UdiJRmQnJrHok3YJg MPI3508-3.5inch-600x400-2022-04-04-raspios-bullseye-armhf.7z]
 +
|-
 +
| rowspan="2" |Ubuntu MATE
 +
| rowspan="2" |22.04
 +
| rowspan="2" |PI4B,PI3B+,PI3,PI2
 +
| rowspan="2" |user:pi
 +
password:raspberry
 +
|[[File:Baiduyun.jpg|24px]]BaiduYun:
 +
|[https://pan.baidu.com/s/1KXrZyxM54vD7KjxIYjREmg  MPI3508-3.5inch-ubuntu-mate-22.04-desktop-armhf+raspi.7z] 提取码:v90c
 +
|-
 +
|[[File:Mega-1.jpg|24px]]Mega:
 +
|[https://mega.nz/folder/k7AhXA6a#7kILQlMnZd9IJwGkFhgXkA MPI3508-3.5inch-ubuntu-mate-22.04-desktop-armhf+raspi.7z]
 +
|-
 +
| rowspan="2" |Kali Linux RaspberryPi 2, 3 and 4
 +
| rowspan="2" |2023.1
 +
| rowspan="2" |PI4B,PI3B+,PI3,PI2
 +
| rowspan="2" |user:kali
 +
password:kali
 +
|[[File:Baiduyun.jpg|24px]]BaiduYun:
 +
|[https://pan.baidu.com/s/1IO3GbIQsJr0p2iZqyy8g7Q  MPI3508-3.5inch-kali-linux-2023.1] 提取码:h50m
 +
|-
 +
|[[File:Mega-1.jpg|24px]]Mega:
 +
|[https://mega.nz/folder/wioFiJ4S#eWGJKt6PMiHI6JsLewMI2A MPI3508-3.5inch-kali-linux-2022.1]
 +
|}
  
*BaiduPan Download:[https://pan.baidu.com/s/1_a5RAIVLWDO89BoNPuemIw Images Download]
+
* '''Software'''
*Google    Download:wait for Upload
 
  
== <font color="blue">Software</font> ==
+
# [http://www.lcdwiki.com/res/software/Panasonic_SDFormatter.zip Panasonic SDFormatter]
 +
# [http://www.lcdwiki.com/res/software/Win32DiskImager.zip Win32DiskImager]
 +
# [http://www.lcdwiki.com/res/software/putty.zip PuTTY]
  
*[http://www.lcdwiki.com/res/software/Panasonic_SDFormatter.zip Panasonic SDFormatter]
+
[[#top|BACK TO TOP]]
*[http://www.lcdwiki.com/res/software/Win32DiskImager.zip Win32DiskImager]
+
[[category:Raspberry Pi LCD]]
*[http://www.lcdwiki.com/res/software/putty.zip PuTTY]
+
[[category:HDMI Interface]]

Revision as of 17:16, 27 March 2023


语言选择

Languages

➤中文
➤EN


Product Video

Pictures

MPI3508-100.jpg 3.5-MPI3508-2pin.jpg 3508-20210302.jpg

Description

  • 3.5inch standard display, support HDMI input, refresh rate above 60FPS
  • Physical resolution 480x320, configurable software resolution up to 1920x1080
  • It is compatible with mainstream mini PC such as Raspberry Pi, BB Black, Banana Pi
  • It can also be used as a general-purpose HDMI display, connecting computers, TV boxes, Microsoft Xbox360, SONY PS4, Nintendo Switch and so on
  • Used as a Raspberry Pi display that supports Raspbian, Ubuntu, Kodi, Win10 IOT, single-touch, free drive
  • Work as a PC monitor, support Win7, Win8, Win10 system (No touch Function)
  • Support HDMI audio output,Backlight brightness can be adjusted
  • CE, RoHS certification

Parameters

  • Size: 3.5(inch)
  • SKU: MPI3508
  • Physical Resolution: 480×320(dots)
  • Software adjustable resolution: 480×320~1920×1080(dots)
  • Touch: Resistance Touch
  • Power Dissipation: 0.20A*5V (Brightness @100%)
0.15A*5V (Backlight close)
  • Product Size: 85.5*60.6(mm)
  • Package Size: 143*134*51 (mm)
  • Rough Weight(Package containing): 142(g)

Hardware Description

MPI3508-20181115.jpg
Backlight button: backlight brightness adjustment button, short press backlight changes by 10%, long press 3 seconds to close backlight

HDMI interface: HDMI signal input interface

Amplifier interface: HDMI audio output interface

USB power supply interface: provide power for ordinary display (5V 1A)

Transaction raspberry pie 26PIN base: gets power and return touch from this area when used as a raspberry pie monitor

How to use with Raspbian/Ubuntu Mate/ Kali/ Retropie 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.
  • Step 2: insert the SD card into the raspberry pie and connect the hardware as shown in the picture:

MPI3508-001.jpg MPI3508-66.jpg

  • Step 3,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):

sudo rm -rf LCD-show
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

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

How to use as PC monitor

Connect the computer HDMI output signal to the LCD HDMI interface by using the HDMI cable
Connect the LCD's USB Power interface to the USB port of the device
If there are several monitors, please unplug other monitor connectors first, and use LCD as the only monitor for testing.
Note: touch function can only be used for raspberry pi.

How to rotate the display direction

This method only applies to the Raspberry Pi series of display screens, other display screens do not apply.

  • Method 1,If the driver is not installed, execute the following command (Raspberry Pi needs to connected to the Internet):
sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./XXX-show 90

After execution, the driver will be installed. The system will automatically restart, and the display screen will rotate 90 degrees to display and touch normally.
' XXX-show ' can be changed to the corresponding driver, and ' 90 ' can be changed to 0, 90, 180 and 270, respectively representing rotation angles of 0 degrees, 90 degrees, 180 degrees, 270 degrees)

  • Method 2,If the driver is already installed, execute the following command:
cd LCD-show/
sudo ./rotate.sh 90

After execution, the system will automatically restart, and the display screen will rotate 90 degrees to display and touch normally.
( ' 90 ' can be changed to 0, 90, 180 and 270, respectively representing rotation angles of 0 degrees, 90 degrees, 180 degrees, 270 degrees)
If the rotate.sh prompt cannot be found, use Method 1 to install the latest drivers

Resource

  • Document
  1. How_to_install_the_LCD_driver_V1.2
  2. How_to_install_matchbox-keyboard
  3. How_to_rotate_the_display_direction
  4. How_to_use_Raspberry_Pi(Download,Format,Burn,SSH,PuTTy)-V1.0.pdf
  5. How_to_change_display_direction-GPIO-Resistive_Touch-V1.2
  6. MPI3508-Quick-Start-V1.3
  7. MPI3508-3.5inch_HDMI_Display_B_User_Manual-V1.1
  8. Product size
  • Driver download
  1. download:LCD-show.tar.gz
  • Images download
If you have difficulty installing the driver, or if you still can't use the display properly after installing the driver,
Please Try our Configned images for tested.
Just need download and write the image into the TF card. DO NOT need any driver installation steps.
Image Name Version Support Password Download
Raspbian 2023-02-21 PI3B+/PI3/PI2/

PI1/ZERO/ZERO W

user:pi

password:raspberry

Baiduyun.jpgBaiduYun: MPI3508-3.5inch-2023-02-21-raspios-bullseye-armhf.7z 提取码:g8cb
Mega-1.jpgMega: MPI3508-3.5inch-480x320-2022-04-04-raspios-bullseye-armhf.7z
Raspbian 2023-02-21 PI4 user:pi

password:raspberry

Baiduyun.jpgBaiduYun: MPI3508-3.5inch-2023-02-21-raspios-bullseye-armhf.7z 提取码:v0xz
Mega-1.jpgMega: MPI3508-3.5inch-600x400-2022-04-04-raspios-bullseye-armhf.7z
Ubuntu MATE 22.04 PI4B,PI3B+,PI3,PI2 user:pi

password:raspberry

Baiduyun.jpgBaiduYun: MPI3508-3.5inch-ubuntu-mate-22.04-desktop-armhf+raspi.7z 提取码:v90c
Mega-1.jpgMega: MPI3508-3.5inch-ubuntu-mate-22.04-desktop-armhf+raspi.7z
Kali Linux RaspberryPi 2, 3 and 4 2023.1 PI4B,PI3B+,PI3,PI2 user:kali

password:kali

Baiduyun.jpgBaiduYun: MPI3508-3.5inch-kali-linux-2023.1 提取码:h50m
Mega-1.jpgMega: MPI3508-3.5inch-kali-linux-2022.1
  • Software
  1. Panasonic SDFormatter
  2. Win32DiskImager
  3. PuTTY

BACK TO TOP