Difference between revisions of "MHS-3.2inch Display"

From LCD wiki
Jump to: navigation, search
(How to use in the Raspberry/Ubuntu Mate/Kali/Retropie system)
(How to use in the Raspberry/Ubuntu Mate/Kali/Retropie system)
Line 158: Line 158:
 
:'''Step 2, connect with the Raspberry Pi'''
 
:'''Step 2, connect with the Raspberry Pi'''
  
::[[file:MHS3521-013.jpg||无框]]
+
::[[file:MHS3521-013.jpg|left|337x337px]]
  
 
<br />
 
<br />
Line 165: Line 165:
 
<br />
 
<br />
  
:Insert the LCD screen holder to the right to insert the Raspberry Pi pin.   
+
:Align right-side to insert the LCD screen               
:Insert the MicroSD card, connect the network cable, and connect the power supply.    
+
:Plug-in MicroSD card, connect network and power   
  
 
<br />
 
<br />
Line 172: Line 172:
 
<br />
 
<br />
  
 +
<br />
 
<br />
 
<br />
  
 
:'''Step 3, install the LCD driver (the Raspberry Pi needs to connect to the Internet) '''                                                                         
 
:'''Step 3, install the LCD driver (the Raspberry Pi needs to connect to the Internet) '''                                                                         
  
::(1)登陆树莓派终端(SSH远程登录用户名和密码见[[#资源下载|'''资源下载''']]的镜像下载)  [http://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:SSH无法连接?)</font>]
+
::(1) Log in to the Raspberry Pi terminal(SSH remote login user name and password, see the image download of the [[#Download Resources|'''Download Resources''']])  [http://www.lcdwiki.com/res/PublicFile/How_to_use_Raspberry_Pi(Download,Format,Burn,SSH,PuTTy)-V1.0.pdf <font color="red">(Q:The ssh can't connect?)</font>]
::(2)执行以下命令获取LCD驱动(复制后在Putty窗口中单击鼠标右键即可粘贴):  
+
::(2) Execute the following command to get the LCD driver (after copying, click the right mouse button in the Putty window to paste):
 
{{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}}
  
::(3)通过和本地驱动对比来修改LCD驱动(Raspbian系统不需要修改,本地驱动下载见[[#资源下载|'''资源下载''']]的驱动下载)
+
::(3) Modify the LCD driver by comparing it with the local driver(Raspbian system does not need to be modified,The local driver download see the driver download section of the [[#Download Resources|'''Download Resources''']]
::(4)执行以下命令安装LCD驱动(复制后在Putty窗口中单击鼠标右键即可粘贴):  
+
::(4) Execute the following command to install the LCD driver (after copying, click the right mouse button in the Putty window to paste):
 
{{code|1=
 
{{code|1=
 
chmod -R 755 LCD-show
 
chmod -R 755 LCD-show
Line 189: Line 190:
 
sudo ./MHS32-show}}
 
sudo ./MHS32-show}}
  
::(5)LCD驱动安装完成后,系统会自动重启,启动成功后就能正常显示和触摸了
+
::(5) After the LCD driver is installed, the system will automatically restart. After the startup is successful, it will be displayed and touched normally.
  
::'''注意事项:'''
+
::'''Note:'''
:::A、LCD驱动的文件名称有可能不是LCD-show,需要根据实际情况执行命令
+
:::A. the file name of the LCD driver may not be LCD-show, you need to execute the command according to the actual situation.
:::B、可以直接拷贝本地驱动到系统中进行LCD驱动安装,本地驱动下载见[[#资源下载|'''资源下载''']]的驱动下载
+
:::B. You can directly copy the local driver to the system for LCD driver installation,The local driver download see the driver download section of the [[#Download Resources|'''Download Resources''']]
:::C、ubuntu系统默认SSH没有开启,具体开启方法见[http://www.lcdwiki.com/res/PublicFile/RaspberryPi_Ubuntu-mate_Open_SSH_Instructions.pdf '''RaspberryPi Ubuntu-mate系统开启SSH说明''']   
+
:::C. Ubuntu system default SSH is not enabled, the specific method of opening see[http://www.lcdwiki.com/res/PublicFile/RaspberryPi_Ubuntu-mate_Open_SSH_Instructions_EN.pdf '''RaspberryPi Ubuntu-mate open ssh instructions''']   
:::D、ubuntu-18.04系统ssh连接可能会失败,具体解决方法见[http://www.lcdwiki.com/res/PublicFile/RaspberryPi_Ubuntu-mate-18.04_SSH_Connect_CN.pdf '''RaspberryPi Ubuntu-mate-18.04系统ssh连接失败解决方法说明''']   
+
:::D. Ubuntu-18.04 system ssh connection may fail, the specific solution is shown in [http://www.lcdwiki.com/res/PublicFile/RaspberryPi_Ubuntu-mate-18.04_SSH_Connect_EN.pdf '''RaspberryPi Ubuntu-mate-18.04 ssh connection failure solution description''']   
:::E、retropie-rpi1_zero系统不能通过SSH登录(没有网口和wifi模块),需要通过串口拷贝驱动,具体设置方法见[http://www.lcdwiki.com/res/PublicFile/RaspberryPi_Open_Serial_Instructions.pdf '''RaspberryPi系统打开串口说明''']   
+
:::E. 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 [http://www.lcdwiki.com/res/PublicFile/RaspberryPi_Zero_Open_Serial_Instructions_EN.pdf '''RaspberryPi Zero open serial instructions''']   
:::F、安装此驱动后HDMI输出将会禁用,如需切换回HDMI显示,执行:
+
:::F. After installing this driver, the HDMI output will be disabled. To switch back to the HDMI display, execute:
 
{{code|1=
 
{{code|1=
 
sudo ./LCD-hdmi}}
 
sudo ./LCD-hdmi}}
  
:::G、Retropie系统游戏安装及设置说明见[http://www.lcdwiki.com/res/PublicFile/RaspberryPi_Retropie_Using_Instructions.pdf '''RaspberryPi Retropie系统使用说明''']
+
:::G. Retropie system game installation and setup instructions see [http://www.lcdwiki.com/res/PublicFile/RaspberryPi_Retropie_Using_Instructions_EN.pdf '''RaspberryPi Retropie using instructions''']
  
 
==<font color="blue"> Download Resources</font>==
 
==<font color="blue"> Download Resources</font>==

Revision as of 18:41, 12 April 2019


语言选择

Languages

➤中文
➤EN


Product Pictures

MHS3232-004.jpg

Product Features

  • Physical resolution 320 x 480, with resistive touch control
  • It supports up to 125MHz SPI signal input, showing stable no screen and no flicker
  • With the Raspberry Pi, the refresh rate is about 60FPS, playing video games is no problem.
  • Support FBCP software driver, support dual screen display, can be adjusted by software to adjust the resolution
  • Same size as the Raspberry Pi, perfectly compatible and can be directly inserted into any version of the Raspberry Pi (Raspberry Pi ZeroW, A, A+, B, B+, 2B, 3B, 3B+)
  • Support for Raspbian/Ubuntu/Kali/Retropie systems, providing drivers and mirroring
  • This product has passed CE and RoHS certification

Main Parameters

Name Description
SKU MHS3232
Screen Size 3.2inch
LCD Type TFT
Module Interface SPI (upports up to 125MHz SPI input)
Resolution 320*240 (Pixel)
Touch Screen Controller XPT2046
LCD Driver IC ILI9341
Backlight LED
Power Consumption 0.16A*5V
Operating Temperature(℃) -20~70
Module PCB Size 84.91*56.54 (mm)
Package Size TBD
Product Weight(g) TBD

Hardware Description

MHS3232-003.jpg

  • Interface Definition
Pin Number Identification Description
1, 17 3.3V Power supply (3.3V power input)
2, 4 5V Power supply (5V power input)
3, 5, 7, 8, 10,22 NC Not connected
6, 9, 14, 20, 25 GND Power ground
11 TP_IRQ The touch panel is interrupted, and it is detected that the touch panel is pressed low.
15 LCD_RS Instruction/data register selection, low level is instruction, high level is data
19 LCD_SI / TP_SI LCD display / touch panel SPI data input
21 TP_SO Touch panel SPI data output
13 RST Reset signal, low reset
23 LCD_SCK / TP_SCK LCD display / touch panel SPI clock signal
24 LCD_CS LCD chip select signal, low level enable
26 TP_CS Touch panel chip select signal, low level enable
12 KEY1 Button 1
16 KEY2 Button 2
18 KEY3 Button 3
  • Product Size

MHS3232-005.jpg

How to use in the Raspberry/Ubuntu Mate/Kali/Retropie system

There are two ways to use it

The First Method

Directly download the image we created and burn it into the micro SD card and insert it into the RaspberryPi. (Q:How to burn?)
Image download see the image download section of the Download Resources

The second method

Step 1, install the latest official image of various systems (Q:How to install?)
(1)Download the latestRaspbian/Ubuntu Mate/Kali-linux/Retropieimage from the official
(2) Format the Micro SD card using SDFormatter
(3) Use Win32DiskImager to burn the official image to the Micro SD card
Step 2, connect with the Raspberry Pi
MHS3521-013.jpg





Align right-side to insert the LCD screen             
Plug-in MicroSD card, connect network and power   





Step 3, install the LCD driver (the Raspberry Pi needs to connect to the Internet)
(1) Log in to the Raspberry Pi terminal(SSH remote login user name and password, see the image download of the Download Resources) (Q:The ssh can't connect?)
(2) Execute the following command to get the LCD driver (after copying, click the right mouse button in the Putty window to paste):
sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
(3) Modify the LCD driver by comparing it with the local driver(Raspbian system does not need to be modified,The local driver download see the driver download section of the Download Resources
(4) Execute the following command to install the LCD driver (after copying, click the right mouse button in the Putty window to paste):
chmod -R 755 LCD-show
cd LCD-show/
sudo ./MHS32-show
(5) After the LCD driver is installed, the system will automatically restart. After the startup is successful, it will be displayed and touched normally.
Note:
A. the file name of the LCD driver may not be LCD-show, you need to execute the command according to the actual situation.
B. You can directly copy the local driver to the system for LCD driver installation,The local driver download see the driver download section of the Download Resources
C. Ubuntu system default SSH is not enabled, the specific method of opening seeRaspberryPi Ubuntu-mate open ssh instructions
D. Ubuntu-18.04 system ssh connection may fail, the specific solution is shown in RaspberryPi Ubuntu-mate-18.04 ssh connection failure solution description
E. 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
F. After installing this driver, the HDMI output will be disabled. To switch back to the HDMI display, execute:
sudo ./LCD-hdmi
G. Retropie system game installation and setup instructions see RaspberryPi Retropie using instructions

Download Resources

  • 文档
  1. 3.2inch MHS3232 RaspberryPi模块快速入门
  2. 3.2inch MHS3232 RaspberryPi模块使用说明
  3. 如何安装LCD驱动
  4. 如何校准电阻触摸屏
  5. 如何安装虚拟键盘
  6. 如何修改显示方向和触摸-GPIO-电阻触摸
  7. 树莓派入门教程(下载,格式化,烧录,SSH,PuTTy)
  8. RaspberryPi Ubuntu-mate系统开启SSH说明
  9. RaspberryPi Ubuntu-mate-18.04系统SSH连接失败解决方法说明
  10. RaspberryPi Zero打开串口说明
  11. RaspberryPi Retropie系统使用说明
  • 驱动下载
  1. 本地下载:
MHS3232_raspbian_LCD-show.tar.gz
MHS3232_Ubuntu-18.04_LCD-show.tar.gz
MHS3232_Kali_LCD-show.tar.gz
MHS3232_retropie-4.4-rpi2_rpi3_LCD-show.tar.gz
MHS3232_retropie-4.4-rpi1_zero_LCD-show.tar.gz
  • 镜像下载
如果你觉得前面步骤的修改配置、安装驱动都比较困难或者仍然显示异常,请先使用我们预装好驱动的镜像,
下载后解压并把镜像写入到TF卡中。然后把卡插入树莓派就可以使用了。
系统名称 系统版本 支持的树莓派版本 默认密码 下载地址
Raspbian 2019-04-08 PI3B+/A/A+/B/B+/PI2/

PI3/ZERO/ZERO W

user: pi

password: raspberry

360-2.jpg360Yun: MHS32-2019-04-08-raspbian-stretch-full.7z
24像素 Mega: MHS32-2019-04-08-raspbian-stretch-full.7z
Ubuntu-mate 18.04.2-beta1 PI3B+,PI3,PI2 user: pi

password: raspberry

360-2.jpg360Yun: MHS32-ubuntu-mate-18.04.2-beta1-desktop-armhf+raspi-ext4.7z
24像素 Mega: MHS32-ubuntu-mate-18.04.2-beta1-desktop-armhf+raspi-ext4.7z
Kali-linux 2019.1,nexmon PI3B+,PI3,PI2 user: root

password: toor

360-2.jpg360Yun: MHS32-kali-linux-2019.1-rpi3-nexmon.7z
24像素 Mega: MHS32-kali-linux-2019.1-rpi3-nexmon.7z
RetroPie-rpi2_rpi3  April 14, 2018. PI3B+,PI3,PI2 user: pi

password: raspberry

360-2.jpg360Yun: MHS32-retropie-4.4-rpi2_rpi3.7z
24像素 Mega: MHS32-retropie-4.4-rpi2_rpi3.7z
RetroPie-rpi1_zero  April 14, 2018. Pi1/ZERO/ZERO W user: pi

password: raspberry

360-2.jpg360Yun: MHS32-retropie-4.4-rpi1_zero.7z
24像素 Mega: MHS32-retropie-4.4-rpi1_zero.7z
  1. Panasonic SDFormatter
  2. Win32DiskImager
  3. PuTTY

BACK TO TOP