Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

1.8inch SPI Module ST7735S SKU:MSP1804: Difference between revisions

From LCD wiki
Lin (talk | contribs)
Lin (talk | contribs)
Line 14: Line 14:


* 1.8-inch color screen,support 65K color display,display rich colors
* 1.8-inch color screen,support 65K color display,display rich colors
* 128X160resolution, clear display
* 128X160 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
* With SD card slot for convenient function expansion
* With SD card slot for convenient function expansion
Line 27: Line 27:
|-
|-
| align="center" |Display Color
| align="center" |Display Color
| align="center" |RGB 65K color
| align="center" |16BIT RGB 65K color
|-
|-
| align="center" |SKU
| align="center" |SKU
| align="center" |MSP2202
| align="center" |MSP1804
|-
|-
| align="center" |Screen Size 
| align="center" |Screen Size 
| align="center" |2.2(inch)
| align="center" |1.8(inch)
|-
|-
| align="center" |Type
| align="center" |Type
Line 39: Line 39:
|-
|-
| align="center" |Driver IC
| align="center" |Driver IC
| align="center" |ILI9341
| align="center" |ST7735S
|-
|-
| align="center" |Resolution
| align="center" |Resolution
| align="center" |320*240 (Pixel)
| align="center" |128*160 (Pixel)
|-
|-
| align="center" |Module Interface
| align="center" |Module Interface
| align="center" |4-wire SPI interface
| align="center" |4-wire SPI interface
|-
|Backlight
|2 White Led
|-
|-
| align="center" |Active Area (AA area)
| align="center" |Active Area (AA area)
| align="center" |33.84x45.12(mm)
| align="center" |28.03x35.04 (mm)
|-
|-
| align="center" |Module PCB Size
| align="center" |Module PCB Size
| align="center" |40.10x67.20(mm)
| align="center" |44.96x53.47 (mm)
|-
|-
| align="center" |Operating Temperature
| align="center" |Operating Temperature
| align="center" | -20℃~70℃
| align="center" | -10℃~70℃
|-
|-
| align="center" |Storage Temperature
| align="center" |Storage Temperature
| align="center" | -30℃~80℃
| align="center" | -20℃~70℃
|-
|-
| align="center" |VCC power voltage  
| align="center" |VCC power voltage  
Line 69: Line 72:
|-
|-
| align="center" |Product Weight
| align="center" |Product Weight
| align="center" |25(g)
| align="center" |About 25(g)
|}
|}



Revision as of 10:14, 14 December 2018

语言选择

Languages

➤中文
➤EN


Product Video

Product Picture

Product Description

  • 1.8-inch color screen,support 65K color display,display rich colors
  • 128X160 resolution, clear display
  • Using the SPI serial bus, it only takes a few IOs to illuminate the display
  • With SD card slot for convenient function expansion
  • Provide underlying libraries and rich sample programs for Arduino, C51, and STM32 platforms
  • Military-grade process standards, long-term stable work
  • Provide underlying driver technical support

Product Parameters

Name Parameter
Display Color 16BIT RGB 65K color
SKU MSP1804
Screen Size  1.8(inch)
Type TFT
Driver IC ST7735S
Resolution 128*160 (Pixel)
Module Interface 4-wire SPI interface
Backlight 2 White Led
Active Area (AA area) 28.03x35.04 (mm)
Module PCB Size 44.96x53.47 (mm)
Operating Temperature -10℃~70℃
Storage Temperature -20℃~70℃
VCC power voltage 3.3V~5V
Logic IO port voltage 3.3V(TTL)
Power Consumption About 90mA
Product Weight About 25(g)

Interface Definition

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