Difference between revisions of "3.5inch LCD MODULE-Capacitive Touch"

From LCD wiki
Jump to: navigation, search
(Product Description)
(Product Parameters)
Line 29: Line 29:
 
|-
 
|-
 
| align="center" |SKU
 
| align="center" |SKU
| align="center" |MRB3503
+
| align="center" |MRB3511
 
|-
 
|-
 
| align="center" |Screen Size 
 
| align="center" |Screen Size 
Line 38: Line 38:
 
|-
 
|-
 
| align="center" |Driver IC
 
| align="center" |Driver IC
| align="center" |ILI9486
+
| align="center" |ILI9488
 
|-
 
|-
 
| align="center" |Resolution
 
| align="center" |Resolution
| align="center" |480*320 (Pixel)
+
| align="center" |320*480 (Pixel)
 
|-
 
|-
 
| align="center" |Module Interface
 
| align="center" |Module Interface
| align="center" |16Bit parallel interface
+
| align="center" |8Bit or 16Bit parallel interface
 
|-
 
|-
 
| align="center" |Active Area 
 
| align="center" |Active Area 
Line 50: Line 50:
 
|-
 
|-
 
| align="center" |Touch Screen Type
 
| align="center" |Touch Screen Type
| align="center" |Resistive touch screen
+
| align="center" |Capacitive touch screen (maximum support for 5 touches)
 
|-
 
|-
 
| align="center" |Touch IC
 
| align="center" |Touch IC
| align="center" |XPT2046
+
| align="center" |GT911
 
|-
 
|-
 
| align="center" |Module PCB Size
 
| align="center" |Module PCB Size
| align="center" |56.34x98.25 (mm)
+
| align="center" |56.41x97.60 (mm)
 
|-
 
|-
 
| align="center" |Operating Temperature  
 
| align="center" |Operating Temperature  
| align="center" | -20℃~60℃
+
| align="center" | -10℃~60℃
 
|-
 
|-
 
| align="center" |Storage Temperature
 
| align="center" |Storage Temperature
| align="center" | -30℃~70℃
+
| align="center" | -20℃~70℃
 
|-
 
|-
 
| align="center" |Operating Voltage
 
| align="center" |Operating Voltage
Line 71: Line 71:
 
|-
 
|-
 
| align="center" |Rough Weight(Package containing)
 
| align="center" |Rough Weight(Package containing)
| align="center" |No touch: 47 (g) / With touch: 58 (g)
+
| align="center" |57g
 
|}
 
|}
  
Line 219: Line 219:
  
 
# Find the TFTLCD Slot on the development board, connect the module pins and Slot(For example, the module CS pin corresponds to the slot CS pin),  
 
# Find the TFTLCD Slot on the development board, connect the module pins and Slot(For example, the module CS pin corresponds to the slot CS pin),  
 +
 
::and then plug them directly into the Slot  
 
::and then plug them directly into the Slot  
  

Revision as of 13:48, 3 August 2019


语言选择

Languages

➤中文
➤EN


Product Picture

3.5-CTP-main-3.jpg3.5-CTP-2pin.jpg3.5-CTP-4pin-1.jpg3.5-CTP-4pin-4.jpg

Product Description

  • 3.5-inch color screen, support 16BIT RGB 65K color display
  • 320x480 resolution for clear display
  • With capacitive touch screen for 5-point touch
  • Support 8-bit/16-bit parallel data bus mode switching (16 bits by default)
  • Military-grade process standards, long-term stable work
  • Support punctual atom full range of development board inline, provide routines
  • Provide STM32/C51 source code, WIKI data online update
  • Provide underlying driver technical support

Product Parameters

Name Parameter
Display Color 16BIT RGB 65K color
SKU MRB3511
Screen Size  3.5(inch)
Screen Type TFT
Driver IC ILI9488
Resolution 320*480 (Pixel)
Module Interface 8Bit or 16Bit parallel interface
Active Area  48.96x73.44 (mm)
Touch Screen Type Capacitive touch screen (maximum support for 5 touches)
Touch IC GT911
Module PCB Size 56.41x97.60 (mm)
Operating Temperature -10℃~60℃
Storage Temperature -20℃~70℃
Operating Voltage 3.3V/5V
Power Consumption TBD
Rough Weight(Package containing) 57g

Interface Definition

MRB3503-005.jpg

This module hardware only supports 16-bit parallel bus transmission

Number Pin Label Description
1 CS LCD reset control pin( low level enable)
2 RS LCD register / data selection control pin(high level: register, low level: data)
3 WR LCD write control pin
4 RD LCD read control pin 
5 RST LCD reset control pin( low level reset)
6 DB0 LCD data bus low 8-bit pin
7 DB1
8 DB2
9 DB3
10 DB4
11 DB5
12 DB6
13 DB7
14 DB8 LCD data bus high 8-bit pin
15 DB9
16 DB10
17 DB11
18 DB12
19 DB13
20 DB14
21 DB15
22 SDCS SD card selection control pin (used when using the SD card expansion function, this test program is not used)
23 BL LCD backlight control pin(High level light)
24 VDD Module power positive pin (module has integrated voltage regulator IC, so the power supply can be connected to 5V or 3.3V)
25 VDD
26 GND Module power ground pin
27 GND
28 5V LCD backlight power positive pin (default shared onboard backlight power supply, this pin can not be connected)
29 MISO Touch screen SPI bus data input pin
30 MOSI Touch screen SPI bus data output pin
31 PEN Touch screen interrupt detection pin(Low level when a touch occurs)
32 F_CS Flash chip select control pin (used when using the Flash extension function, this test program is not used)
33 T_CS Touch screen IC chip select control pin(Low level enable)
34 CLK Touch screen SPI bus clock control pin

How to use on STM32 development board

This module is compatible with the ALIENTEK STM32 development board. The specific usage is as follows:

  • Step 1: Download the test program
  1. Download the STM32 test program from the Program Download column
  2. For a description of the relevant test procedures, please refer to the test program documentation in the package
  • Step 2: Connect the STM32 development board
  1. Find the TFTLCD Slot on the development board, connect the module pins and Slot(For example, the module CS pin corresponds to the slot CS pin),
and then plug them directly into the Slot
  • Step 3: Compile and download the program to the development board
  1. Compile and download the program you need to test to the STM32 development board( Don't know how to compile and download?
  • Step 4: Observe the running of the program
  1. After the program is finished, observe the running status of the program. If it can be displayed normally, the program runs successfully.

Program Download

Product Documentation


Reference Materials

Common Software

BACK TO TOP