“3.5inch RPi Display”的版本间的差异

来自LCD wiki
跳转至: 导航搜索
第175行: 第175行:
 
*'''文档'''
 
*'''文档'''
  
# [http://www.lcdwiki.com/res/MPI5001/CN/5inch_HDMI_Display-B_用户手册(CN).pdf 5inch_HDMI_Display-B_用户手册(CN)]
+
#  
# [http://www.lcdwiki.com/res/MPI5001/CN/如何安装LCD驱动(CN)_V1.2.pdf 如何安装LCD驱动(CN)_V1.2]
 
# [http://www.lcdwiki.com/res/MPI5001/CN/LCD旋转显示和触摸的方法(CN).pdf LCD旋转显示和触摸的方法(CN)]
 
# [http://www.lcdwiki.com/res/MPI5001/CN/如何安装虚拟键盘(CN).pdf 如何安装虚拟键盘(CN)]
 
# 产品尺寸图:[http://www.lcdwiki.com/res/MPI5001/MPI5001_Product_Dimensions.png MPI5001_Product_Dimensions]
 
  
 
*'''驱动下载'''
 
*'''驱动下载'''
第204行: 第200行:
 
password:raspberry
 
password:raspberry
 
|(addr1)Baidu Pan:
 
|(addr1)Baidu Pan:
|[https://pan.baidu.com/s/1a2fgh43JmJjkr0UGZsMRaw 5inchB-800X480-20180313-raspbian.7z]
+
|[https://pan.baidu.com/s/1B0Eo6eFdkawiroH71s3NCg 3.5SPI_RPI3B+_rasbian20180418.7z]
 
|-
 
|-
 
|(addr2)Mega:
 
|(addr2)Mega:
第215行: 第211行:
 
password:raspberry
 
password:raspberry
 
|(addr1)Baidu Pan:
 
|(addr1)Baidu Pan:
|[https://pan.baidu.com/s/1otoEtJ8jBBRG9cqDQhdP_g 5inchB-800X480-RPI3-RPI2-ubuntu-mate-16.04-beta2.7z]
+
|[https://pan.baidu.com/s/1dq_zQy5oS5MsxyCdpt_gDw 3.5inch-RPI3-RPI2-ubuntu-mate-16.04-beta2.7z]
 
|-
 
|-
 
|(addr2)Mega:
 
|(addr2)Mega:
|[https://mega.nz/#!LHYyCI7B!BbR3ykwkkBClbH0Ie-XmboQNY8pgDuYmm9YETfSSF4s 5inchB-800X480-RPI3-RPI2-ubuntu-mate-16.04-beta2.7z]
+
|3.5inch-RPI3-RPI2-ubuntu-mate-16.04-beta2.7z
 
|-
 
|-
 
| rowspan="2" |Kali-linux
 
| rowspan="2" |Kali-linux
 
| rowspan="2" |2017.2
 
| rowspan="2" |2017.2
| rowspan="2" |PI3,PI2
+
| rowspan="2" |PI3B+,PI3,PI2
 
| rowspan="2" |user:root
 
| rowspan="2" |user:root
 
password:toor
 
password:toor
 
|(addr1)Baidu Pan:
 
|(addr1)Baidu Pan:
|[https://pan.baidu.com/s/17v_pNp0rM40n2Sp9UkHpyQ 5inchB-800X480_kali-2.1.2_rpi2-rpi3.7z]
+
|[https://pan.baidu.com/s/1t_wio43HhNwRc1lR5oFOmQ 3.5SPI-kali-linux-2018.2-rpi3B+-nexmon.7z]
 
|-
 
|-
 
|(addr2)Mega:
 
|(addr2)Mega:
第237行: 第233行:
 
# [http://www.lcdwiki.com/res/software/Win32DiskImager.zip Win32DiskImager]
 
# [http://www.lcdwiki.com/res/software/Win32DiskImager.zip Win32DiskImager]
 
# [http://www.lcdwiki.com/res/software/putty.zip PuTTY]
 
# [http://www.lcdwiki.com/res/software/putty.zip PuTTY]
 
[[#top|BACK TO TOP]]
 
 
  
 
[[#top|BACK TO TOP]]
 
[[#top|BACK TO TOP]]

2018年7月3日 (二) 10:48的版本

语言选择

Languages

➤中文
➤EN


Features

  • 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

Key Parameters

SKU MPI3501
LCD Type TFT
LCD Interface SPI
Touch Screen Type Resistive
Touch Screen Controller XPT2046
Colors 65536
Backlight LED
Resolution 320*240 (Pixel)
Aspect Ratio 8:5
Backlight Current TBD
Operating Temp. (℃) TBD

Interface

PIN NO. SYMBOL DESCRIPTION
1, 17 3.3V Power positive (3.3V power input)
2, 4 5V Power positive (5V power input)
3, 5, 7, 8, 10, 22 NC NC
6, 9, 14, 20, 25 GND Ground
11 TP_IRQ Touch Panel interrupt, low level while the Touch Panel detects touching
12 KEY1 Key
13 RST Reset
15 LCD_RS LCD instruction control, Instruction/Data Register selection
16 KEY2 KEY
18 KEY3 KEY
19 LCD_SI / TP_SI SPI data input of LCD/Touch Panel
21 TP_SO SPI data output of Touch Panel
23 LCD_SCK / TP_SCK SPI clock of LCD/Touch Panel
24 LCD_CS LCD chip selection, low active
26 TP_CS Touch Panel chip selection, low active


Driver Installation

This LCD Module need install driver first.

Step 1:Download the Raspbian IMG

https://www.raspberrypi.org/downloads/raspbian/

Step 2: Burn the system image

If you don't know how to do that,you can refer to the Raspberry Pi office tutorial

Step 3: Open terminal(SSH) and install the driver on RaspberryPi

(tested on RaspberryPi 3B+,3B,2B,2B+,1B,ZERO)

Run:

sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./LCD35-show

Wait A Few Minutes, when the system reboot ok, you can see that.

Touch screen calibration

  • This LCD can be calibrated using a program called xinput_calibrator
  • Install it with the commands:
cd LCD-show/
sudo dpkg -i -B xinput-calibrator_0.7.5-1_armhf.deb
  • Click the Men button on the task bar, choose Preference -> Calibrate Touchscreen.
  • Finish the touch calibration following the prompts. Maybe rebooting is required to make calibration active.
  • You can create a 99-calibration.conf file to save the touch parameters (not necessary if file exists).
/ect/X11/xorg.conf.d/99-calibration.conf
  • Save the touch parameters (may differ depending on LCD) to 99-calibration.conf, as shown in the picture:

Install Soft Keyboard

Resouce

If you don't have anything display after the Step:Driver installation ,you can try to used this configned IMAGEs for test.

  • IMAGE Download:

资源下载

  • 文档
  • 驱动下载
  1. 本地下载:LCD-show.tar.gz
  • 镜像下载
如果你觉得前面步骤的修改配置、安装驱动都比较困难或者仍然显示异常,请先使用我们预装好驱动的镜像,
下载后解压并把镜像写入到TF卡中。然后把卡插入树莓派就可以使用了。
Image Name Version Support Password Download
Raspbian 2018-03-13 PI3B+/A/A+/B/B+/PI2/

PI3/ZERO/ZERO W

user:pi

password:raspberry

(addr1)Baidu Pan: 3.5SPI_RPI3B+_rasbian20180418.7z
(addr2)Mega: Wait For Upload
Ubuntu Mate:16.04 PI3,PI2 user:pi

password:raspberry

(addr1)Baidu Pan: 3.5inch-RPI3-RPI2-ubuntu-mate-16.04-beta2.7z
(addr2)Mega: 3.5inch-RPI3-RPI2-ubuntu-mate-16.04-beta2.7z
Kali-linux 2017.2 PI3B+,PI3,PI2 user:root

password:toor

(addr1)Baidu Pan: 3.5SPI-kali-linux-2018.2-rpi3B+-nexmon.7z
(addr2)Mega: Wait For Upload
  • 常用软件
  1. Panasonic SDFormatter
  2. Win32DiskImager
  3. PuTTY

BACK TO TOP