Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

4inch HDMI Display-C: Difference between revisions

From LCD wiki
More languages
Liang (talk | contribs)
Liang (talk | contribs)
 
(118 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{lan
[[zh:4inch_HDMI_Display-C]]
|
cn=https://www.lcdwiki.com/zh/4inch_HDMI_Display-C
|
en=https://www.lcdwiki.com/4inch_HDMI_Display-C
}}


{{#widget:StyledHeader|color=blue}}


==<font color="blue">Product Pictures</font>==
= <font color="blue">Product Pictures</font> =
[[File:4.0-HDMI-003.jpg|300px]]
[[File:4.0-HDMI-003.jpg|300px]]
[[File:4.0-HDMI-2pin.jpg|300px]]
[[File:4.0-HDMI-2pin.jpg|300px]]
[[File:4.0-HDMI-4pin-2.jpg|300px]]
[[File:4.0-HDMI-4pin-2.jpg|300px]]


== <font color="blue">Product Description</font> ==
= <font color="blue">Product Description</font> =
 
* 4.0-inch IPS full-angle display, support HDMI input, refresh rate up to 60FPS
* 4.0-inch IPS full-angle display, support HDMI input, refresh rate up to 60FPS
* The physical resolution is 800x480  
* The physical resolution is 800x480  
Line 21: Line 16:
* Support HDMI audio output, backlight brightness adjustable
* Support HDMI audio output, backlight brightness adjustable


== <font color="blue">Product Parameters</font> ==
= <font color="blue">Product Parameters</font> =
{| class="wikitable"
{| class="wikitable"
|SKU
|SKU
Line 37: Line 32:
|Resolution
|Resolution
|800*480 (Pixel)
|800*480 (Pixel)
|-
|Backlight brightness
|290 (cd/m²)
|-
|Active Area 
|51.84x86.40(mm)
|-
|-
|Touch Screen Controller
|Touch Screen Controller
Line 51: Line 52:
|-
|-
|Working temperature(℃)
|Working temperature(℃)
| -20~70
| -30~80
|-
|-
|Module PCB Size
|Module PCB Size
Line 59: Line 60:
|143*134*51  (mm)
|143*134*51  (mm)
|-
|-
|Product Weight(g)
|Rough Weight(Package containing) (g)
|125 (g)
|126 (g)
|}
|}
== <font color="blue">Hardware Description</font> ==
 
= <font color="blue">Hardware Description</font> =
 
== PCBA Socket Fuction Description ==
[[File:4.0-HDMI-0009-5.jpg|400px]]   
[[File:4.0-HDMI-0009-5.jpg|400px]]   


Line 71: Line 75:
:<big>⑤</big> 13*2 Pin Socket:Get +5V Power from raspberry Pi to LCD, at the same time transfer touch signal back to Raspberry Pi.
:<big>⑤</big> 13*2 Pin Socket:Get +5V Power from raspberry Pi to LCD, at the same time transfer touch signal back to Raspberry Pi.


::'''13*2 Pin Socket  interface definition''':
== '''13*2 Pin Socket  interface definition''': ==
::
 
{| class="wikitable"
{| class="wikitable"
!引脚号
|Pin
!标识
|Name
!描述
|Description
|-
|-
|1、17
|1、17
|3.3V
|3.3V
|电源正(3.3V电源输入)
|Power  supply  +3.3V
|-
|-
|2、4
|2、4
|5V
|5V
|电源正(5V电源输入)
|Power  supply  +5V
|-
|-
|3、5、7、8、10、11、12、13、15、16、18、24
|3、5、7、8、10、11、12、13、15、16、18、24
Line 93: Line 95:
|6、9、14、20、25
|6、9、14、20、25
|GND
|GND
|电源地
|GND
|-
|-
|19
|19
|TP_SI
|TP_SI
|触摸面板的SPI数据输入
|SPI data input of touch  panel
|-
|-
|21
|21
|TP_SO
|TP_SO
|触摸面板的SPI数据输出
|SPI data output of  touch panel
|-
|-
|22
|22
|TP_IRQ
|TP_IRQ
|触摸面板中断,检测到触摸面板有按下则为低电平
|The touch panel is  interrupted and the low level is detected when the touch panel is pressed  down
|-
|-
|23
|23
|TP_SCK
|TP_SCK
|触摸面板的SPI时钟信号
|Touch the SPI clock  signal of the panel
|-
|-
|26
|26
|TP_CS
|TP_CS
|触摸面板片选信号,低电平选择触摸面板
|Touch panel select  signal, low level select touch panel
|}
|}


*<font color="blue">产品尺寸图(点击图片查看原图)</font>
== <font color="blue">Dimension drawing</font> ==
 
[[File:4.0-HDMI-size.jpg|400px]]
[[File:4.0-HDMI-size.jpg|400px]]


== <font color="blue">在树莓派Raspbian/Ubuntu Mate/Kali或Retropie系统中使用</font> ==
= How to ues =
 


* '''步骤1,安装官方镜像'''
== <font color="blue"> How to use  Raspbian/Ubuntu Mate/Kali/Retropie system </font> ==


# 从官方下载最新镜像
====  <font color="red"> '''Method 1'''</font> ====
# 按官方教程步骤安装好系统
*Use the image of the driver preinstalled


* '''步骤2,安装LCD驱动  '''<br /> 1)用Putty连接登陆树莓派系统到用户命令行(初始用户名:pi 密码:raspberry)        <br /> 2)执行以下命令(复制后在Putty窗口中单击鼠标右键即可粘贴):
1) Download the driver image file from the website:   [https://www.lcdwiki.com/4inch_HDMI_Display-C#Download_Resources Image_Download]  <br>
{{code|1=
2)  Format Micro SD card by SDFormatter    <br>
sudo rm -rf LCD-show
3)  Burn the official image into Micro SD card by using Win32DiskImager. <br>
git clone https://github.com/goodtft/LCD-show.git
4)  Insert Micro SD card, connect LCD, start Raspberry Pi, and it will work normally.   <br>
chmod -R 755 LCD-show
cd LCD-show/
sudo ./MPI4008-show                        }}


*执行完上述命令后,系统会自动重启,重启就能正常显示和触摸了
====  <font color="red"> '''Method 2'''</font> ====
:'''Step 1, install the latest official images of various systems'''  [https://www.lcdwiki.com/res/PublicFile/%E6%A0%91%E8%8E%93%E6%B4%BE%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B(%E4%B8%8B%E8%BD%BD%EF%BC%8C%E6%A0%BC%E5%BC%8F%E5%8C%96%EF%BC%8C%E7%83%A7%E5%BD%95%EF%BC%8CSSH%EF%BC%8CPuTTy)-V1.0.pdf <font color="red"> '''(Q:Don‘t know how to install?)'''</font>]                                                                   


== <font color="blue">如何作为普通显示器使用</font> ==
::(1)Download from the official website
:::*[https://www.raspberrypi.org/downloads/ '''Raspbian''']
:::*[https://ubuntu-mate.org/download/ '''Ubuntu''']
:::*[https://www.offensive-security.com/kali-linux-arm-images/ '''Kali''']
:::*[https://retropie.org.uk/download/ '''RetroPie''']
::(2)Format Micro SD card by SDFormatter
::(3)Burn the official image into Micro SD card by using Win32DiskImager


:使用HDMI连接线将电脑HDMI输出信号连接至LCD的HDMI接口;                     
:''' Step 2,Connect to Raspberry Pi'''
:将Micro USB连接线一端连接LCD的USB供电接口,另一端连接至电脑的USB端口。                     
:如有多个显示器,请先拔掉其他显示器接口,将本LCD作为唯一显示器进行测试。                   
:注: 触摸功能只能接树莓派使用。


== <font color="blue">如何旋转显示和触摸 </font>==
::[[File:4.0-HDMI-005.jpg|300px]] [[File:4.0-HDMI-0013.jpg|400px]]  <br>


# [https://www.lcdwiki.com/res/Show_Direction_and_Touch/如何修改显示方向和触摸-HDMI-电阻触摸-V1.2.pdf 如何修改显示方向和触摸-HDMI-电阻触摸-V1.2]
:::As shown in the figure, connect the LCD module to the Raspberry Pi


==<font color="blue"> Download Resources</font>==


*'''文档'''
:'''Step 3, Install the LCD driver'''
::'''A. Install drivers in the <font color="blue"> Raspbian </font>system'''(Raspberry Pi requires Internet connection)                                                                       


# [https://www.lcdwiki.com/res/PublicFile/%E5%A6%82%E4%BD%95%E5%AE%89%E8%A3%85LCD%E9%A9%B1%E5%8A%A8-V1.2.pdf 如何安装LCD驱动-V1.2]
:::(1)Log on to the Raspberry Pi terminal(User: pi; Password: raspberry)  [https://www.lcdwiki.com/res/PublicFile/How_to_use_Raspberry_Pi(Download,Format,Burn,SSH,PuTTy)-V1.0.pdf <font color="red">(Q:SSH cannot connect?)</font>]
# [https://www.lcdwiki.com/res/Show_Direction_and_Touch/如何校准电阻触摸屏-V1.2.pdf 如何校准电阻触摸屏-V1.2]
:::(2)Execute the following command (copy and paste it by right-clicking on the Putty window):
# [https://www.lcdwiki.com/zh/%E5%A6%82%E4%BD%95%E5%AE%89%E8%A3%85%E8%99%9A%E6%8B%9F%E9%94%AE%E7%9B%98(CN) 如何安装虚拟键盘(CN)]
{{code|1=
# [https://www.lcdwiki.com/res/Show_Direction_and_Touch/如何修改显示方向和触摸-HDMI-电阻触摸-V1.2.pdf 如何修改显示方向和触摸-HDMI-电阻触摸-V1.2]
sudo rm -rf LCD-show
# [https://www.lcdwiki.com/res/PublicFile/树莓派入门教程(下载,格式化,烧录,SSH,PuTTy)-V1.0.pdf 树莓派入门教程(下载,格式化,烧录,SSH,PuTTy)-V1.0]
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./MPI4008-show}}
::'''B. Install drivers in the <font color="blue"> Ubuntu / Kali / RetroPie </font>system'''
:::(1)Download local drivers '''"LCD-show.tar.gz"'''
:::: [https://www.lcdwiki.com/res/RaspDriver/LCD-show.tar.gz Raspberry Pi OS-Driver]
:::: [https://www.lcdwiki.com/res/MPI4008/Local-driver/Ubuntu/LCD-show.tar.gz Ubuntu-18.04-Drivers]
::::[https://www.lcdwiki.com/res/MPI4008/Local-driver/Kali/LCD-show.tar.gz Kali-2019.1-Drivers]
::::[https://www.lcdwiki.com/res/MPI4008/Local-driver/RetroPie_2_3/LCD-show.tar.gz RetroPie-Pi2-Pi3-Drivers]
::::[https://www.lcdwiki.com/res/MPI4008/Local-driver/RetroPie_0_1/LCD-show.tar.gz RetroPie-Pi1-ZERO-Drivers]
:::(2)Copy '''"LCD-show.tar.gz" '''to the Raspberry Pi system
:::(3)Log on to the Raspberry Pi terminal, Execute the following command ( [https://www.lcdwiki.com/4inch_HDMI_Display-C#Download_Resources Username Password])
{{code|1=
tar -xvzf LCD-show.tar.gz
chmod -R 755 LCD-show
cd LCD-show/
sudo ./MPI4008-show}}
:'''Step 4, Check whether the driver is installed successfully'''
:::After the installation of the LCD driver is completed, the system will restart automatically. If the LCD can be normally displayed and touched, the installation of the driver is successful


'''Note:'''


*'''驱动下载'''
:A. Ubuntu system default SSH is not enabled, the specific method of opening see[https://www.lcdwiki.com/res/PublicFile/RaspberryPi_Ubuntu-mate_Open_SSH_Instructions_EN.pdf '''RaspberryPi Ubuntu-mate open ssh instructions'''
:B. Ubuntu-18.04 system ssh connection may fail, the specific solution is shown in [https://www.lcdwiki.com/res/PublicFile/RaspberryPi_Ubuntu-mate-18.04_SSH_Connect_EN.pdf '''RaspberryPi Ubuntu-mate-18.04 ssh connection failure solution description'''] 
:C. The retropie-rpi1_zero system cannot log in via SSH (no network port and wifi module). You need to copy the driver through the serial port. For details, see [https://www.lcdwiki.com/res/PublicFile/RaspberryPi_Zero_Open_Serial_Instructions_EN.pdf '''RaspberryPi Zero open serial instructions'''] 
:D. Retropie system game installation and setup instructions see [https://www.lcdwiki.com/res/PublicFile/RaspberryPi_Retropie_Using_Instructions_EN.pdf '''RaspberryPi Retropie using instructions''']


# 本地下载:[https://www.lcdwiki.com/res/RaspDriver/LCD-show.tar.gz LCD-show.tar.gz]
== <font color="blue">How to use as PC Monitor</font> ==
*Connected the computer HDMI output to the LCD HDMI interface by HDMI cable.
*Power to Micro USB interface
*If you have multiple monitors, please pull the other displayer, and make this LCD as the only displayer for testing.
*As computer monitors, the touch function will not be available.
{{rotate}}


*'''镜像下载'''
= <font color="blue"> Download Resources</font> =


:如果你觉得前面步骤的修改配置、安装驱动都比较困难或者仍然显示异常,请先使用我们预装好驱动的镜像,
==== ''' Documents''' ====
:下载后解压并把镜像写入到TF卡中。然后把卡插入树莓派就可以使用了。
# [https://www.lcdwiki.com/res/MPI4008/MPI4008-4inch-HDMI-Display-C-User-Manual-V1.0.pdf MPI4008-4inch-HDMI-Display-C-User-Manual-V1.0.pdf]
# [https://www.lcdwiki.com/res/MPI4008/MPI4008.pdf MPI4008-4inch-HDMI-Display-C-Size.pdf]
# [https://www.lcdwiki.com/res/PublicFile/How_to_install_the_LCD_driver_V1.2.pdf How_to_install_the_LCD_driver_V1.2]
# [https://www.lcdwiki.com/res/PublicFile/How_to_install_matchbox-keyboard(En).pdf How_to_install_matchbox-keyboard]
# [https://www.lcdwiki.com/res/Show_Direction_and_Touch/How_to_calibrate_the_resistance_touch_screen-V1.2.pdf How_to_calibrate_the_resistance_touch_screen-V1.2]
# [https://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]
# [https://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]
# [https://www.lcdwiki.com/res/PublicFile/RaspberryPi_Ubuntu-mate_Open_SSH_Instructions_EN.pdf '''RaspberryPi Ubuntu-mate open ssh instructions''']
# [https://www.lcdwiki.com/res/PublicFile/RaspberryPi_Ubuntu-mate-18.04_SSH_Connect_EN.pdf '''RaspberryPi Ubuntu-mate-18.04 ssh connection failure solution description''']
# [https://www.lcdwiki.com/res/PublicFile/RaspberryPi_Zero_Open_Serial_Instructions_EN.pdf '''RaspberryPi Zero open serial instructions''']
# [https://www.lcdwiki.com/res/PublicFile/RaspberryPi_Retropie_Using_Instructions_EN.pdf '''RaspberryPi Retropie using instructions''']


{| class="wikitable" border="1" style="width: 80%; margin-left:1.5%;background-color: white;"
==== '''Driver Download''' ====
# [https://www.lcdwiki.com/res/RaspDriver/LCD-show.tar.gz Raspberry Pi OS-Driver]
# [https://www.lcdwiki.com/res/MPI4008/Local-driver/Ubuntu/LCD-show.tar.gz Ubuntu-Driver]
# [https://www.lcdwiki.com/res/MPI4008/Local-driver/Kali/LCD-show.tar.gz Kali-2019.1-Driver]
# [https://www.lcdwiki.com/res/MPI4008/Local-driver/RetroPie_0_1/LCD-show.tar.gz RetroPie-Pi1-ZERO-Driver]
# [https://www.lcdwiki.com/res/MPI4008/Local-driver/RetroPie_2_3/LCD-show.tar.gz RetroPie-Pi2-Pi3-Driver]
 
==== '''Image 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 Micro SD card. DO NOT need any driver installation steps.
 
{| class="wikitable" border="1" style="width: 98%; margin-left:1.5%;background-color: white;"
!Image Name
!Image Name
!Version
!Version
Line 176: Line 227:
! colspan="2" |Download
! colspan="2" |Download
|-
|-
| rowspan="2" |Raspbian(480X320)
| rowspan="2" |Raspberry Pi OS
| rowspan="2" |2019-04-08
| rowspan="2" |2024-11-19
| rowspan="2" |PI3B+/A/A+/B/B+/PI2/
| rowspan="2" |PI5/PI4/PI3B+/PI3/PI2/
PI3/ZERO/ZERO W
PI1/ZERO/ZERO W
| rowspan="2" |user:pi
| rowspan="2" |user:pi
password:raspberry
password:raspberry
|[[File:360-2.jpg|24px]]360Yun:
|[[File:Baiduyun.jpg|24px]]BaiduYun:
|[https://yunpan.360.cn/surl_yFpr3rXgjYi MPI4008-4inch-HDMI-C-Raspbian-20190408.7z]
|[https://pan.baidu.com/s/1Tl7q10kLuLBnzOJF_Ulyug MPI4008-4inch-2024-11-19-raspios-bookworm-armhf(Pi4-Pi5)] Fetch Code:8elb
|-
|-
|[[File:Mega-1.jpg|24px]]Mega:  
|[[File:Mega-1.jpg|24px]]Mega:  
|[https://mega.nz/#!fpYH0YCK!NJQMWLnaCmIDckO9rXkvRRFLiviwYfLQ9cxtRsiqc0g MPI4008-4inch-HDMI-C-Raspbian-20190408.7z]
|[https://mega.nz/folder/KKJSEC5L#2ETlynnpdksxcje9YziIvw MPI4008-4inch-2025-05-13-raspios-bookworm-arm64(p4p5).7z]
|-
|-
| rowspan="2" |Ubuntu
| rowspan="2" |Ubuntu MATE
| rowspan="2" |Mate:16.04
| rowspan="2" |22.04
| rowspan="2" |PI3,PI2
| rowspan="2" |PI4,PI3B+,PI3B
| rowspan="2" |user:pi
| rowspan="2" |user:pi
password:raspberry
password:raspberry
|[[File:360-2.jpg|24px]]360Yun:
|[[File:Baiduyun.jpg|24px]]BaiduYun:
|[https://yunpan.360.cn/surl_yLAf3nEL8nL MPI4008-4inch-HDMI-C-Ubuntu-mate-18.04.7z]
|[https://pan.baidu.com/s/1LVWw4aV4cCijfJtI43jQWQ  MPI4008-4inch-ubuntu-mate-22.04-desktop-armhf+raspi.7z] Fetch Code:f7pm
|-
|-
|[[File:Mega-1.jpg|24px]]Mega:  
|[[File:Mega-1.jpg|24px]]Mega:  
|wait for upload
|[https://mega.nz/folder/neBhHAyK#OtlP0xEXYc0o6KNhLroSLw MPI4008-4inch-ubuntu-mate-22.04-desktop-armhf+raspi.7z]
|-
|-
| rowspan="2" |Kali-linux
| rowspan="2" |Kali Linux
| rowspan="2" |2019.1
RaspberryPi 2, 3 and 4
| rowspan="2" |PI3B+,PI3,PI2
| rowspan="2" |2024.3
| rowspan="2" |user:root
| rowspan="2" |PI4B,PI3B+,PI3,PI2
password:toor
| rowspan="2" |user:kali
|[[File:360-2.jpg|24px]]360Yun:
password:kali
|[https://yunpan.360.cn/surl_yLscTI2bbP5 MPI4008-4inch-HDMI-C-Kali-2019.1.7z]
|[[File:Baiduyun.jpg|24px]]BaiduYun:
|
[https://pan.baidu.com/s/1yk7VahBFqkzNTydVEWkqXw  MPI4008-4inch-kali-linux-2024.3] Fetch Code:3ril
|-
|-
|[[File:Mega-1.jpg|24px]]Mega:  
|[[File:Mega-1.jpg|24px]]Mega:  
|[https://mega.nz/#!2hhVRCTC!KDnmfZHfUv_a8E1W8XUtJysbYIfgRf1vqtBwZ8eJp2M MPI4008-4inch-HDMI-C-Kali-2019.1.7z]  
|[https://mega.nz/folder/EywAQRCZ#ZDCDHu-xfW_A6JRguo9_bg MPI4008-4inch-kali-linux-2021.3]  
|-
|-
| rowspan="2" |RetroPie
| rowspan="2" |RetroPie
| rowspan="2" |4.4
| rowspan="2" |4.4
| rowspan="2" |PI3,PI2
| rowspan="2" |Pi1,Pi-ZERO
| rowspan="2" |user:pi
| rowspan="2" |user:pi
password:raspberry
password:raspberry
|[[File:360-2.jpg|24px]]360Yun:
|[[File:Baiduyun.jpg|24px]]BaiduYun:
|wait for upload
|[https://pan.baidu.com/s/1cHcM-TR8bK_B3tIq2L-jJw MPI4008-4inch-HDMI-C-retropie-4.4-rpi1-zero.7z] Fetch Code:fgfw
|-
|-
|[[File:Mega-1.jpg|24px]]Mega:  
|[[File:Mega-1.jpg|24px]]Mega:  
|wait for upload
|[https://mega.nz/folder/DbJGiQBA#6rnkKpIEzqdJ45RC2sO1Vw MPI4008-4inch-HDMI-C-retropie-4.4-rpi1-zero.7z]
|-
| rowspan="2" |RetroPie
| rowspan="2" |4.4
| rowspan="2" |Pi3B+,Pi3,Pi2
| rowspan="2" |user:pi
password:raspberry
|[[File:Baiduyun.jpg|24px]]BaiduYun:
|[https://pan.baidu.com/s/1qOQ8iote9ViaknSJss2hkg MPI4008-4inch-HDMI-C-retropie-4.4-rpi2-rpi3.7z] Fetch Code:jrkv
|-
|[[File:Mega-1.jpg|24px]]Mega:
|[https://mega.nz/folder/HXYiSKQR#yLw44LZTCjz23cos-4Ubqw MPI4008-4inch-HDMI-C-retropie-4.4-rpi2-rpi3.7z]
|-
| rowspan="2" |OctoPi
| rowspan="2" |1.0.0
| rowspan="2" |Pi4,Pi3B+,Pi3,Pi2
| rowspan="2" |user:pi
password:raspberry
|[[File:Baiduyun.jpg|24px]]BaiduYun:
|[https://pan.baidu.com/s/1NPAZfQwtCqLXgYLZ9NIK0g  4inch-MPI4008-2022-08-03_2022-04-04-octopi-bullseye-armhf-lite-1.0.0] Fetch Code:me3s
|-
|[[File:Mega-1.jpg|24px]]Mega:
|[https://mega.nz/folder/SWYRDKTK#OVyI1h0F59a4B2o4EcSfWg 4inch-MPI4008-octopi-buster-armhf-lite-0.18.0]
|}
|}


*[https://www.lcdwiki.com/zh/MD5 镜像文件MD5校验]
==== '''Common Software ''' ====
* '''常用软件'''
 
# [https://www.lcdwiki.com/res/software/Panasonic_SDFormatter.zip Panasonic SDFormatter]
# [https://www.lcdwiki.com/res/software/Panasonic_SDFormatter.zip Panasonic SDFormatter]
# [https://www.lcdwiki.com/res/software/Win32DiskImager.zip Win32DiskImager]
# [https://www.lcdwiki.com/res/software/Win32DiskImager.zip Win32DiskImager]
# [https://www.lcdwiki.com/res/software/putty.zip PuTTY]
# [https://www.lcdwiki.com/res/software/putty.zip PuTTY]
[[#top|BACK TO TOP]]<font color="#FFF"><big><big>

Latest revision as of 09:10, 27 September 2025


Product Pictures

Product Description

  • 4.0-inch IPS full-angle display, support HDMI input, refresh rate up to 60FPS
  • The physical resolution is 800x480
  • Raspberry Pi monitor with touch control (need to install touch driver)
  • It can be used as standard HDMI output device for computer display(no touch function)
  • Compatible with and can be directly inserted into all versions of raspberry PI motherboards (raspberry PI 1 generation B and Zero need additional HDMI cable)
  • Support HDMI audio output, backlight brightness adjustable

Product Parameters

SKU MPI4008
Screen Size 4.0inch
LCD Type TFT
Module Interface HDMI
Resolution 800*480 (Pixel)
Backlight brightness 290 (cd/m²)
Active Area  51.84x86.40(mm)
Touch Screen Controller XPT2046
LCD Driver IC NT35510
Backlight LED
power consumption 0.16A*5V
Working temperature(℃) -30~80
Module PCB Size 98.60*58.05 (mm)
Package Size 143*134*51 (mm)
Rough Weight(Package containing) (g) 126 (g)

Hardware Description

PCBA Socket Fuction Description

3.5mm Headphone Jack: Output audio signal
HDMI:Used to connect the main board and LCD display for HDMI transmission
Micro USB:Get 5V Power from USB, If ⑤-13*2 Pin Socket has been connected, that this USB interface can be No Connect.
Backlight adjustment button: Short press backlight change 10%, long press a few seconds to close backlight; short press to open backlight
13*2 Pin Socket:Get +5V Power from raspberry Pi to LCD, at the same time transfer touch signal back to Raspberry Pi.

13*2 Pin Socket interface definition:

Pin Name Description
1、17 3.3V Power supply  +3.3V
2、4 5V Power supply  +5V
3、5、7、8、10、11、12、13、15、16、18、24 NC NC
6、9、14、20、25 GND GND
19 TP_SI SPI data input of touch panel
21 TP_SO SPI data output of touch panel
22 TP_IRQ The touch panel is interrupted and the low level is detected when the touch panel is pressed down
23 TP_SCK Touch the SPI clock signal of the panel
26 TP_CS Touch panel select signal, low level select touch panel

Dimension drawing

How to ues

How to use Raspbian/Ubuntu Mate/Kali/Retropie system

Method 1

  • Use the image of the driver preinstalled

1) Download the driver image file from the website: Image_Download
2) Format Micro SD card by SDFormatter
3) Burn the official image into Micro SD card by using Win32DiskImager.
4) Insert Micro SD card, connect LCD, start Raspberry Pi, and it will work normally.

Method 2

Step 1, install the latest official images of various systems (Q:Don‘t know how to install?)
(1)Download from the official website
(2)Format Micro SD card by SDFormatter
(3)Burn the official image into Micro SD card by using Win32DiskImager
 Step 2,Connect to Raspberry Pi

As shown in the figure, connect the LCD module to the Raspberry Pi


Step 3, Install the LCD driver
A. Install drivers in the Raspbian system(Raspberry Pi requires Internet connection)
(1)Log on to the Raspberry Pi terminal(User: pi; Password: raspberry) (Q:SSH cannot connect?)
(2)Execute the following command (copy and paste it by right-clicking on the Putty window):
sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./MPI4008-show
B. Install drivers in the Ubuntu / Kali / RetroPie system
(1)Download local drivers "LCD-show.tar.gz"
Raspberry Pi OS-Driver
Ubuntu-18.04-Drivers
Kali-2019.1-Drivers
RetroPie-Pi2-Pi3-Drivers
RetroPie-Pi1-ZERO-Drivers
(2)Copy "LCD-show.tar.gz" to the Raspberry Pi system
(3)Log on to the Raspberry Pi terminal, Execute the following command ( Username Password)
tar -xvzf LCD-show.tar.gz
chmod -R 755 LCD-show 
cd LCD-show/
sudo ./MPI4008-show
Step 4, Check whether the driver is installed successfully
After the installation of the LCD driver is completed, the system will restart automatically. If the LCD can be normally displayed and touched, the installation of the driver is successful

Note:

A. Ubuntu system default SSH is not enabled, the specific method of opening seeRaspberryPi Ubuntu-mate open ssh instructions
B. Ubuntu-18.04 system ssh connection may fail, the specific solution is shown in RaspberryPi Ubuntu-mate-18.04 ssh connection failure solution description
C. The retropie-rpi1_zero system cannot log in via SSH (no network port and wifi module). You need to copy the driver through the serial port. For details, see RaspberryPi Zero open serial instructions
D. Retropie system game installation and setup instructions see RaspberryPi Retropie using instructions

How to use as PC Monitor

  • Connected the computer HDMI output to the LCD HDMI interface by HDMI cable.
  • Power to Micro USB interface
  • If you have multiple monitors, please pull the other displayer, and make this LCD as the only displayer for testing.
  • As computer monitors, the touch function will not be available.

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

Download Resources

Documents

  1. MPI4008-4inch-HDMI-Display-C-User-Manual-V1.0.pdf
  2. MPI4008-4inch-HDMI-Display-C-Size.pdf
  3. How_to_install_the_LCD_driver_V1.2
  4. How_to_install_matchbox-keyboard
  5. How_to_calibrate_the_resistance_touch_screen-V1.2
  6. How_to_use_Raspberry_Pi(Download,Format,Burn,SSH,PuTTy)-V1.0.pdf
  7. How_to_change_display_direction-GPIO-Resistive_Touch-V1.2
  8. RaspberryPi Ubuntu-mate open ssh instructions
  9. RaspberryPi Ubuntu-mate-18.04 ssh connection failure solution description
  10. RaspberryPi Zero open serial instructions
  11. RaspberryPi Retropie using instructions

Driver Download

  1. Raspberry Pi OS-Driver
  2. Ubuntu-Driver
  3. Kali-2019.1-Driver
  4. RetroPie-Pi1-ZERO-Driver
  5. RetroPie-Pi2-Pi3-Driver

Image 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 Micro SD card. DO NOT need any driver installation steps.
Image Name Version Support Password Download
Raspberry Pi OS 2024-11-19 PI5/PI4/PI3B+/PI3/PI2/

PI1/ZERO/ZERO W

user:pi

password:raspberry

BaiduYun: MPI4008-4inch-2024-11-19-raspios-bookworm-armhf(Pi4-Pi5) Fetch Code:8elb
Mega: MPI4008-4inch-2025-05-13-raspios-bookworm-arm64(p4p5).7z
Ubuntu MATE 22.04 PI4,PI3B+,PI3B user:pi

password:raspberry

BaiduYun: MPI4008-4inch-ubuntu-mate-22.04-desktop-armhf+raspi.7z Fetch Code:f7pm
Mega: MPI4008-4inch-ubuntu-mate-22.04-desktop-armhf+raspi.7z
Kali Linux

RaspberryPi 2, 3 and 4

2024.3 PI4B,PI3B+,PI3,PI2 user:kali

password:kali

BaiduYun:

MPI4008-4inch-kali-linux-2024.3 Fetch Code:3ril

Mega: MPI4008-4inch-kali-linux-2021.3
RetroPie 4.4 Pi1,Pi-ZERO user:pi

password:raspberry

BaiduYun: MPI4008-4inch-HDMI-C-retropie-4.4-rpi1-zero.7z Fetch Code:fgfw
Mega: MPI4008-4inch-HDMI-C-retropie-4.4-rpi1-zero.7z
RetroPie 4.4 Pi3B+,Pi3,Pi2 user:pi

password:raspberry

BaiduYun: MPI4008-4inch-HDMI-C-retropie-4.4-rpi2-rpi3.7z Fetch Code:jrkv
Mega: MPI4008-4inch-HDMI-C-retropie-4.4-rpi2-rpi3.7z
OctoPi 1.0.0 Pi4,Pi3B+,Pi3,Pi2 user:pi

password:raspberry

BaiduYun: 4inch-MPI4008-2022-08-03_2022-04-04-octopi-bullseye-armhf-lite-1.0.0 Fetch Code:me3s
Mega: 4inch-MPI4008-octopi-buster-armhf-lite-0.18.0

Common Software

  1. Panasonic SDFormatter
  2. Win32DiskImager
  3. PuTTY