Difference between revisions of "2.2inch SPI Module ILI9341 SKU:MSP2202"

From LCD wiki
Jump to: navigation, search
(How to use on Arduino)
(9 intermediate revisions by the same user not shown)
Line 9: Line 9:
  
 
==<font color="blue">Product Picture</font> ==
 
==<font color="blue">Product Picture</font> ==
[[File:MSP1803-006.jpg|300px]] [[File:MSP1803-001.jpg|300px]] [[File:MSP1803-002.jpg|300px]]
+
[[File:MSP2202-006.jpg|300px]] [[File:MSP2202-003.jpg|300px]] [[File:MSP2202-004.jpg|300px]]
  
 
==<font color="blue">Product Description</font> ==
 
==<font color="blue">Product Description</font> ==
  
* 1.8-inch color screen,support 65K color display,display rich colors
+
* 2.2-inch color screen,support 65K color display,display rich colors
* 128X160 resolution, clear display
+
* 320X240 resolution, clear display
 
* 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 30: Line 30:
 
|-
 
|-
 
| align="center" |SKU
 
| align="center" |SKU
| align="center" |MSP1803
+
| align="center" |MSP2202
 
|-
 
|-
 
| align="center" |Screen Size 
 
| align="center" |Screen Size 
| align="center" |1.8(inch)
+
| align="center" |2.2(inch)
 
|-
 
|-
 
| align="center" |Type
 
| align="center" |Type
Line 39: Line 39:
 
|-
 
|-
 
| align="center" |Driver IC
 
| align="center" |Driver IC
| align="center" |ST7735S
+
| align="center" |ILI9341
 
|-
 
|-
 
| align="center" |Resolution
 
| align="center" |Resolution
| align="center" |128*160 (Pixel)
+
| align="center" |320*240 (Pixel)
 
|-
 
|-
 
| align="center" |Module Interface
 
| align="center" |Module Interface
Line 48: Line 48:
 
|-
 
|-
 
| align="center" |Active Area (AA area)
 
| align="center" |Active Area (AA area)
| align="center" |28.03x35.04(mm)
+
| align="center" |33.84x45.12(mm)
 
|-
 
|-
 
| align="center" |Module PCB Size
 
| align="center" |Module PCB Size
| align="center" |34.5x58.0(mm)
+
| align="center" |40.10x67.20(mm)
 
|-
 
|-
 
| align="center" |Operating Temperature
 
| align="center" |Operating Temperature
| align="center" | -10℃~60℃
+
| align="center" | -20℃~70℃
 
|-
 
|-
 
| align="center" |Storage Temperature
 
| align="center" |Storage Temperature
| align="center" | -20℃~70℃
+
| align="center" | -30℃~80℃
 
|-
 
|-
 
| align="center" |VCC power voltage  
 
| align="center" |VCC power voltage  
Line 73: Line 73:
  
 
==<font color="blue">Interface Definition</font> ==
 
==<font color="blue">Interface Definition</font> ==
[[File:MSP1803-007.jpg|500px]]
+
[[File:MSP2202-007.jpg|500px]]
 
{| class="wikitable" border="1" style="width: 550px; background-color: white;"
 
{| class="wikitable" border="1" style="width: 550px; background-color: white;"
 
| align="center" |Number
 
| align="center" |Number
Line 96: Line 96:
 
|-
 
|-
 
| align="center" |5
 
| align="center" |5
| align="center" |A0
+
| align="center" |DC/RS
 
|LCD register / data selection signal,  
 
|LCD register / data selection signal,  
 
high level: register, low level: data
 
high level: register, low level: data
 
|-
 
|-
 
| align="center" |6
 
| align="center" |6
| align="center" |SDA
+
| align="center" |SDI/MOSI
 
|SPI bus write data signal
 
|SPI bus write data signal
 
|-
 
|-
Line 112: Line 112:
 
|Backlight control, high level lighting,
 
|Backlight control, high level lighting,
 
if not controlled, connect 3.3V always bright
 
if not controlled, connect 3.3V always bright
 +
|-
 +
| align="center" |9
 +
| align="center" |SDO/MISO
 +
|SPI bus read data signal, if you do not need to the read function, you can not connect it
 
|-
 
|-
 
|}
 
|}
Line 117: Line 121:
 
==<font color="blue">Product Documentation</font> ==
 
==<font color="blue">Product Documentation</font> ==
  
* [http://www.lcdwiki.com/res/MSP1803/1.8inch_SPI_Module_MSP1803_User_Manual_EN.pdf '''1.8 inch SPI Module User Manual''']
+
* [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/MSP1803/QDTFT1801_specification_v1.1.pdf '''1.8 inch TFT Specifications''']
+
* [http://www.lcdwiki.com/res/MSP2202/QDTFT2001_specification_v1.1.pdf '''2.2 inch TFT Specifications''']
* [http://www.lcdwiki.com/images/8/87/MSP1803-005.png '''1.8 inch SPI Module Size Picture''']
+
* [http://www.lcdwiki.com/images/7/7c/MSP2202-002.png '''2.2 inch SPI Module Size Picture''']
* [http://www.lcdwiki.com/res/MSP1803/MSP1803-1.8-SPI.pdf '''1.8 inch SPI Module Schematic''']
+
* [http://www.lcdwiki.com/res/MSP2202/MSP2202-2.2-SPI.pdf '''2.2 inch SPI Module Schematic''']
* [http://www.lcdwiki.com/res/MSP1803/ST7735S_V1.1_20111121.pdf '''Driver IC ST7735S Data sheet''']
+
* [http://www.lcdwiki.com/res/MSP2202/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_ymTDsaV2p7G '''Demo_Arduino_Mega2560_Hardware_SPI''']
+
# [https://yunpan.360.cn/surl_ymT4ZiABZZr '''Demo_Arduino_Mega2560_Hardware_SPI''']
# [https://yunpan.360.cn/surl_ymTDAUnKRLi '''Demo_Arduino_Mega2560_Software_SPI''']
+
# [https://yunpan.360.cn/surl_ymT4V4NeEBs '''Demo_Arduino_Mega2560_Software_SPI''']
# [https://yunpan.360.cn/surl_ymTDfPmcS2w '''Demo_Arduino_UNO_Hardware_SPI''']
+
# [https://yunpan.360.cn/surl_ymT4wmeptsw '''Demo_Arduino_UNO_Hardware_SPI''']
# [https://yunpan.360.cn/surl_ymTDyfzuPzR '''Demo_Arduino_UNO_Software_SPI''']
+
# [https://yunpan.360.cn/surl_ymT4QgINb3f '''Demo_Arduino_UNO_Software_SPI''']
# [https://yunpan.360.cn/surl_ymTDyWYHJsD '''Demo_C51_STC12C5A60S2_Hardware_SPI''']
+
# [https://yunpan.360.cn/surl_ymT4QX9BH85 '''Demo_C51_STC12C5A60S2_Hardware_SPI''']
# [https://yunpan.360.cn/surl_ymTDKdFe3HP '''Demo_C51_STC12C5A60S2_Software_SPI''']
+
# [https://yunpan.360.cn/surl_ymT4c3eIBpH '''Demo_C51_STC12C5A60S2_Software_SPI''']
# [https://yunpan.360.cn/surl_ymTDKI4ULMX '''Demo_C51_STC89C52RC_Software_SPI''']
+
# [https://yunpan.360.cn/surl_ymT4cac7Byv '''Demo_C51_STC89C52RC_Software_SPI''']
# [https://yunpan.360.cn/surl_ymTDjYCSGim '''Demo_STM32F103RCT6_Hardware_SPI''']
+
# [https://yunpan.360.cn/surl_ymT4dvR5TLk '''Demo_STM32F103RCT6_Hardware_SPI''']
# [https://yunpan.360.cn/surl_ymTDjpNS3f7 '''Demo_STM32F103RCT6_Software_SPI''']
+
# [https://yunpan.360.cn/surl_ymT4myxpzMc '''Demo_STM32F103RCT6_Software_SPI''']
# [https://yunpan.360.cn/surl_ymTDwMJLy3T '''Demo_STM32F103ZET6_Hardware_SPI''']
+
# [https://yunpan.360.cn/surl_ymT4mXhCD96 '''Demo_STM32F103ZET6_Hardware_SPI''']
# [https://yunpan.360.cn/surl_ymTDQH3rVWD '''Demo_STM32F103ZET6_Software_SPI''']
+
# [https://yunpan.360.cn/surl_ymT4HVICxhd '''Demo_STM32F103ZET6_Software_SPI''']
# [https://yunpan.360.cn/surl_ymTDQziHz4Z '''Demo_STM32F407ZGT6_Hardware_SPI''']
+
# [https://yunpan.360.cn/surl_ymT4HbJEpjc '''Demo_STM32F407ZGT6_Hardware_SPI''']
# [https://yunpan.360.cn/surl_ymTDcMUIrJX '''Demo_STM32F407ZGT6_Software_SPI''']
+
# [https://yunpan.360.cn/surl_ymT4FrsgAY4 '''Demo_STM32F407ZGT6_Software_SPI''']
# [https://yunpan.360.cn/surl_ymTDdZnm2ru '''Demo_STM32F429IGT6_Hardware_SPI''']
+
# [https://yunpan.360.cn/surl_ymT4LZNUNXx '''Demo_STM32F429IGT6_Hardware_SPI''']
# [https://yunpan.360.cn/surl_ymTDdEHaTkG '''Demo_STM32F429IGT6_Software_SPI''']
+
# [https://yunpan.360.cn/surl_ymT4L5Vmgiq '''Demo_STM32F429IGT6_Software_SPI''']
  
* [https://yunpan.360.cn/surl_ymTDmSBdLIv '''1.8 inch SPI Module Package(The above program is packaged with one click download)''']
+
* [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 151: Line 155:
 
* [http://www.lcdwiki.com/res/PublicFile/Image2Lcd_Use_Illustration_EN.pdf '''Image2Lcd software use illustration''']
 
* [http://www.lcdwiki.com/res/PublicFile/Image2Lcd_Use_Illustration_EN.pdf '''Image2Lcd software use illustration''']
 
* [http://www.lcdwiki.com/Chinese_and_English_display_modulo_settings '''Chinese and English display modulo settings''']
 
* [http://www.lcdwiki.com/Chinese_and_English_display_modulo_settings '''Chinese and English display modulo settings''']
 +
 +
==<font color="blue">How to use on Arduino</font> ==
 +
 +
* [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 16:34, 30 November 2018


语言选择

Languages

➤中文
➤EN


Product Video

Product Picture

MSP2202-006.jpg MSP2202-003.jpg MSP2202-004.jpg

Product Description

  • 2.2-inch color screen,support 65K color display,display rich colors
  • 320X240 resolution, clear 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
  • 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 MSP2202
Screen Size  2.2(inch)
Type TFT
Driver IC ILI9341
Resolution 320*240 (Pixel)
Module Interface 4-wire SPI interface
Active Area (AA area) 33.84x45.12(mm)
Module PCB Size 40.10x67.20(mm)
Operating Temperature -20℃~70℃
Storage Temperature -30℃~80℃
VCC power voltage 3.3V~5V
Logic IO port voltage 3.3V(TTL)
Power Consumption About 90mA
Product Weight 25(g)

Interface Definition

MSP2202-007.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

Product Documentation

Program Download

  1. Demo_Arduino_Mega2560_Hardware_SPI
  2. Demo_Arduino_Mega2560_Software_SPI
  3. Demo_Arduino_UNO_Hardware_SPI
  4. Demo_Arduino_UNO_Software_SPI
  5. Demo_C51_STC12C5A60S2_Hardware_SPI
  6. Demo_C51_STC12C5A60S2_Software_SPI
  7. Demo_C51_STC89C52RC_Software_SPI
  8. Demo_STM32F103RCT6_Hardware_SPI
  9. Demo_STM32F103RCT6_Software_SPI
  10. Demo_STM32F103ZET6_Hardware_SPI
  11. Demo_STM32F103ZET6_Software_SPI
  12. Demo_STM32F407ZGT6_Hardware_SPI
  13. Demo_STM32F407ZGT6_Software_SPI
  14. Demo_STM32F429IGT6_Hardware_SPI
  15. Demo_STM32F429IGT6_Software_SPI

Reference Materials

How to use on Arduino

Common Software

BACK TO TOP