Difference between revisions of "2.4inch SPI Module ILI9341 SKU:MSP2402"

From LCD wiki
Jump to: navigation, search
(Interface Definition)
(Product Parameters)
(11 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
en=http://www.lcdwiki.com/2.4inch_SPI_Module_ILI9341_SKU:MSP2402
 
en=http://www.lcdwiki.com/2.4inch_SPI_Module_ILI9341_SKU:MSP2402
 
}}  
 
}}  
 
==<font color="blue">Product Video</font> ==
 
  
 
==<font color="blue">Product Picture</font> ==
 
==<font color="blue">Product Picture</font> ==
Line 14: Line 12:
  
 
* 2.4-inch color screen,support 65K color display,display rich colors
 
* 2.4-inch color screen,support 65K color display,display rich colors
* 320X240 resolution, clear display
+
* 320X240 resolution, optional touch function
 
* Using the SPI serial bus, it only takes a few IOs to illuminate the display
 
* Using the SPI serial bus, it only takes a few IOs to illuminate the display
 
* Easy to expand the experiment with SD card slot
 
* Easy to expand the experiment with SD card slot
Line 56: Line 54:
 
|-
 
|-
 
| align="center" |Operating Temperature
 
| align="center" |Operating Temperature
| align="center" | -20℃~70℃
+
| align="center" | -20℃~60℃
 
|-
 
|-
 
| align="center" |Storage Temperature
 
| align="center" |Storage Temperature
| align="center" | -30℃~80℃
+
| align="center" | -30℃~70℃
 
|-
 
|-
 
| align="center" |VCC power voltage  
 
| align="center" |VCC power voltage  
Line 68: Line 66:
 
|-
 
|-
 
| align="center" |Power Consumption
 
| align="center" |Power Consumption
| align="center" |About 90mA
+
| align="center" |TBD
 
|-
 
|-
| align="center" |Product Weight
+
| align="center" |Rough Weight(Package containing)
| align="center" |25(g)
+
| align="center" |No touch: 26(g) / With touch: 36(g)
 
|}
 
|}
  
 
==<font color="blue">Interface Definition</font> ==
 
==<font color="blue">Interface Definition</font> ==
 
[[File:MSP2402-009.jpg|500px]]
 
[[File:MSP2402-009.jpg|500px]]
{| class="wikitable" border="1" style="width: 550px; background-color: white;"
+
{| class="wikitable" border="1" style="width: 600px; background-color: white;"
 
| align="center" |Number
 
| align="center" |Number
 
| align="center" |Pin Label
 
| align="center" |Pin Label
Line 121: Line 119:
 
| colspan="3" |(The following is the touch screen signal line wiring, if you do not need to touch function or the module itself does not have touch function, you can not connect them)
 
| colspan="3" |(The following is the touch screen signal line wiring, if you do not need to touch function or the module itself does not have touch function, you can not connect them)
 
|-
 
|-
|10
+
| align="center" |10
|T_CLK
+
| align="center" |T_CLK
 
|Touch SPI bus clock signal
 
|Touch SPI bus clock signal
 
|-
 
|-
|11
+
| align="center" |11
|T_CS
+
| align="center" |T_CS
 
|Touch screen chip select signal, low level enable
 
|Touch screen chip select signal, low level enable
 
|-
 
|-
|12
+
| align="center" |12
|T_DIN
+
| align="center" |T_DIN
 
|Touch SPI bus input
 
|Touch SPI bus input
 
|-
 
|-
|13
+
| align="center" |13
|T_DO
+
| align="center" |T_DO
 
|Touch SPI bus output
 
|Touch SPI bus output
 
|-
 
|-
|14
+
| align="center" |14
|T_IRQ
+
| align="center" |T_IRQ
 
|Touch screen interrupt signal, low level when touch is detected
 
|Touch screen interrupt signal, low level when touch is detected
 
|-
 
|-
Line 145: Line 143:
 
==<font color="blue">Product Documentation</font> ==
 
==<font color="blue">Product Documentation</font> ==
  
* [http://www.lcdwiki.com/res/MSP2202/2.2inch_SPI_Module_MSP2202_User_Manual_EN.pdf '''2.2 inch SPI Module User Manual''']
+
* [http://www.lcdwiki.com/res/MSP2402/2.4inch_SPI_Module_MSP2402_User_Manual_EN.pdf '''2.4 inch SPI Module User Manual''']
* [http://www.lcdwiki.com/res/MSP2202/QDTFT2001_specification_v1.1.pdf '''2.2 inch TFT Specifications''']
+
* [http://www.lcdwiki.com/res/MSP2402/QD241801_specification_v1.1.pdf '''2.4 inch TFT Specifications''']
* [http://www.lcdwiki.com/images/7/7c/MSP2202-002.png '''2.2 inch SPI Module Size Picture''']
+
* [http://www.lcdwiki.com/images/0/08/MSP2402-003.png '''2.4 inch SPI Module Size Picture''']
* [http://www.lcdwiki.com/res/MSP2202/MSP2202-2.2-SPI.pdf '''2.2 inch SPI Module Schematic''']
+
* [http://www.lcdwiki.com/res/MSP2402/MSP2402-2.4-SPI.pdf '''2.4 inch SPI Module Schematic''']
* [http://www.lcdwiki.com/res/MSP2202/ILI9341_Datasheet.pdf '''Driver IC ILI9341 Data sheet''']
+
* [http://www.lcdwiki.com/res/MSP2402/ILI9341_Datasheet.pdf '''Driver IC ILI9341 Data sheet''']
  
 
==<font color="blue">Program Download</font> ==
 
==<font color="blue">Program Download</font> ==
  
# [https://yunpan.360.cn/surl_ymT4ZiABZZr '''Demo_Arduino_Mega2560_Hardware_SPI''']
+
* [http://www.lcdwiki.com/res/Program/Common_SPI/2.4inch/SPI_ILI9341_MSP2402_V1.1/2.4inch_SPI_Module_ILI9341_MSP2402_V1.1.zip '''2.4 inch SPI Module Package''']
# [https://yunpan.360.cn/surl_ymT4V4NeEBs '''Demo_Arduino_Mega2560_Software_SPI''']
 
# [https://yunpan.360.cn/surl_ymT4wmeptsw '''Demo_Arduino_UNO_Hardware_SPI''']
 
# [https://yunpan.360.cn/surl_ymT4QgINb3f '''Demo_Arduino_UNO_Software_SPI''']
 
# [https://yunpan.360.cn/surl_ymT4QX9BH85 '''Demo_C51_STC12C5A60S2_Hardware_SPI''']
 
# [https://yunpan.360.cn/surl_ymT4c3eIBpH '''Demo_C51_STC12C5A60S2_Software_SPI''']
 
# [https://yunpan.360.cn/surl_ymT4cac7Byv '''Demo_C51_STC89C52RC_Software_SPI''']
 
# [https://yunpan.360.cn/surl_ymT4dvR5TLk '''Demo_STM32F103RCT6_Hardware_SPI''']
 
# [https://yunpan.360.cn/surl_ymT4myxpzMc '''Demo_STM32F103RCT6_Software_SPI''']
 
# [https://yunpan.360.cn/surl_ymT4mXhCD96 '''Demo_STM32F103ZET6_Hardware_SPI''']
 
# [https://yunpan.360.cn/surl_ymT4HVICxhd '''Demo_STM32F103ZET6_Software_SPI''']
 
# [https://yunpan.360.cn/surl_ymT4HbJEpjc '''Demo_STM32F407ZGT6_Hardware_SPI''']
 
# [https://yunpan.360.cn/surl_ymT4FrsgAY4 '''Demo_STM32F407ZGT6_Software_SPI''']
 
# [https://yunpan.360.cn/surl_ymT4LZNUNXx '''Demo_STM32F429IGT6_Hardware_SPI''']
 
# [https://yunpan.360.cn/surl_ymT4L5Vmgiq '''Demo_STM32F429IGT6_Software_SPI''']
 
 
 
* [https://yunpan.360.cn/surl_ymT43KGaxyD '''2.2 inch SPI Module Package(The above program is packaged with one click download)''']
 
  
 
==<font color="blue">Reference Materials</font> ==
 
==<font color="blue">Reference Materials</font> ==
Line 182: Line 164:
 
==<font color="blue">How to use on Arduino</font> ==
 
==<font color="blue">How to use on Arduino</font> ==
  
* [http://www.lcdwiki.com/zh/Run_Arduino_Demo_in_spi_model '''Module instructions for use on the Arduino''']
+
* [http://www.lcdwiki.com/Run_Arduino_Demo_in_spi_model '''Module instructions for use on the Arduino''']
  
 
==<font color="blue">Common Software</font> ==
 
==<font color="blue">Common Software</font> ==

Revision as of 12:10, 12 July 2019


语言选择

Languages

➤中文
➤EN


Product Picture

MSP2402-010.jpg MSP2402-004.jpg MSP2402-005.jpg

Product Description

  • 2.4-inch color screen,support 65K color display,display rich colors
  • 320X240 resolution, optional touch function
  • Using the SPI serial bus, it only takes a few IOs to illuminate the display
  • Easy to expand the experiment with SD card slot
  • Provide a rich sample program
  • Military-grade process standards, long-term stable work
  • Provide underlying driver technical support

Product Parameters

Name Parameter
Display Color RGB 65K color
SKU have touch screen: MSP2402
have no touch screen: MSP2401
Screen Size  2.4(inch)
Type TFT
Driver IC ILI9341
Resolution 320*240 (Pixel)
Module Interface 4-wire SPI interface
Active Area (AA area) 36.72x48.96(mm)
Module PCB Size 77.18x42.72(mm)
Operating Temperature -20℃~60℃
Storage Temperature -30℃~70℃
VCC power voltage 3.3V~5V
Logic IO port voltage 3.3V(TTL)
Power Consumption TBD
Rough Weight(Package containing) No touch: 26(g) / With touch: 36(g)

Interface Definition

MSP2402-009.jpg

Number Pin Label Description
1 VCC 5V/3.3V power input
2 GND Ground
3 CS LCD chip select signal, low level enable
4 RESET LCD reset signal, low level reset
5 DC/RS LCD register / data selection signal,

high level: register, low level: data

6 SDI(MOSI) SPI bus write data signal
7 SCK SPI bus clock signal
8 LED Backlight control, high level lighting,

if not controlled, connect 3.3V always bright

9 SDO(MISO) SPI bus read data signal, if you do not need to the read function, you can not connect it
(The following is the touch screen signal line wiring, if you do not need to touch function or the module itself does not have touch function, you can not connect them)
10 T_CLK Touch SPI bus clock signal
11 T_CS Touch screen chip select signal, low level enable
12 T_DIN Touch SPI bus input
13 T_DO Touch SPI bus output
14 T_IRQ Touch screen interrupt signal, low level when touch is detected

Product Documentation

Program Download

Reference Materials

How to use on Arduino

Common Software

BACK TO TOP