More actions
Created page with "123" |
|||
(20 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{lan | |||
| | |||
cn=http://www.lcdwiki.com/zh/1.8inch_SPI_Module_ST7735S_SKU:MSP1804 | |||
| | |||
en=http://www.lcdwiki.com/1.8inch_SPI_Module_ST7735S_SKU:MSP1804 | |||
}} | |||
==<font color="blue">Product Picture</font> == | |||
[[File:MSP1804-002.jpg|300px]] [[File:MSP1804-004.jpg|300px]] [[File:MSP1804-003.jpg|300px]] | |||
==<font color="blue">Product Description</font> == | |||
* 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 | |||
==<font color="blue">Product Parameters</font> == | |||
{| class="wikitable" border="1" style="width: 500px; background-color: white;" | |||
| align="center" |Name | |||
| align="center" |Parameter | |||
|- | |||
| align="center" |Display Color | |||
| align="center" |16BIT RGB 65K color | |||
|- | |||
| align="center" |SKU | |||
| align="center" |MSP1804 | |||
|- | |||
| align="center" |Screen Size | |||
| align="center" |1.8(inch) | |||
|- | |||
| align="center" |Type | |||
| align="center" |TFT | |||
|- | |||
| align="center" |Driver IC | |||
| align="center" |ST7735S | |||
|- | |||
| align="center" |Resolution | |||
| align="center" |128*160 (Pixel) | |||
|- | |||
| align="center" |Module Interface | |||
| align="center" |4-wire SPI interface | |||
|- | |||
| align="center" |Backlight | |||
| align="center" |2 White Led | |||
|- | |||
| align="center" |Active Area (AA area) | |||
| align="center" |28.03x35.04 (mm) | |||
|- | |||
| align="center" |Module PCB Size | |||
| align="center" |44.96x53.47 (mm) | |||
|- | |||
| align="center" |Operating Temperature | |||
| align="center" | -20℃~60℃ | |||
|- | |||
| align="center" |Storage Temperature | |||
| align="center" | -30℃~70℃ | |||
|- | |||
| align="center" |VCC power voltage | |||
| align="center" |3.3V~5V | |||
|- | |||
| align="center" |Logic IO port voltage | |||
| align="center" |3.3V(TTL) | |||
|- | |||
| align="center" |Power Consumption | |||
| align="center" |TBD | |||
|- | |||
| align="center" |Rough Weight(Package containing) | |||
| align="center" |18 (g) | |||
|} | |||
==<font color="blue">Interface Definition</font> == | |||
[[File:MSP1804-005.jpg|550px]] | |||
{| class="wikitable" border="1" style="width: 550px; background-color: white;" | |||
| align="center" |Number | |||
| align="center" |Pin Label | |||
| align="center" |Description | |||
|- | |||
| align="center" |1 | |||
| align="center" |RST | |||
|LCD reset signal, low level reset | |||
|- | |||
| align="center" |2 | |||
| align="center" |CS | |||
|LCD chip select signal, low level enable | |||
|- | |||
| align="center" |3 | |||
| align="center" |D/C | |||
|LCD register / data selection signal, | |||
high level: register, low level: data | |||
|- | |||
| align="center" |4 | |||
| align="center" |DIN | |||
|LCD SPI bus write data signal | |||
|- | |||
| align="center" |5 | |||
| align="center" |CLK | |||
|LCD SPI bus clock signal | |||
|- | |||
| align="center" |6 | |||
| align="center" |VCC | |||
|LCD Power positive (3.3V~5V) | |||
|- | |||
| align="center" |7 | |||
| align="center" |BL | |||
|Backlight control, high level lighting, | |||
if not controlled, connect 3.3V always bright | |||
|- | |||
| align="center" |8 | |||
| align="center" |GND | |||
|LCD Power ground | |||
|- | |||
|} | |||
==<font color="blue">Product Documentation</font> == | |||
* [http://www.lcdwiki.com/res/MSP1804/1.8inch_SPI_Module_MSP1804_User_Manual_EN.pdf '''1.8 inch SPI Module User Manual'''] | |||
* [http://www.lcdwiki.com/res/MSP1804/QDTFT1801_specification_v1.1.pdf '''1.8 inch TFT Specifications'''] | |||
* [http://www.lcdwiki.com/res/MSP1804/QDtech_MSP1804_Size.pdf '''1.8 inch SPI Module Size Picture'''] | |||
* [http://www.lcdwiki.com/res/MSP1804/QDtech_1.8inch_SPI_MSP1804_schematic_A.pdf '''1.8 inch SPI Module Schematic'''] | |||
* [http://www.lcdwiki.com/res/MSP1804/Altium_1.8_14pin_QDTFT1801_Package_library.zip '''1.8 inch QDTFT1801 TFT LCD Schematic and PCB Package Library'''] | |||
* [http://www.lcdwiki.com/res/MSP1804/ST7735S_V1.1_20111121.pdf '''Driver IC ST7735S Data sheet'''] | |||
==<font color="blue">Program Download</font> == | |||
* [http://www.lcdwiki.com/res/Program/Common_SPI/1.8inch/SPI_ST7735_MSP1804_V1.0/1.8inch_SPI_Module_ST7735S_MSP1804_V1.0.zip '''1.8 inch SPI Module Package'''] | |||
==<font color="blue">Reference Materials</font> == | |||
* [http://www.lcdwiki.com/res/PublicFile/Arduino_IDE_Use_Illustration_EN.pdf '''Arduino IDE software use illustration'''] | |||
* [http://www.lcdwiki.com/res/PublicFile/C51_Keil%26stc-isp_Use_Illustration_EN.pdf '''C51 Keil and stc-isp software use illustration'''] | |||
* [http://www.lcdwiki.com/res/PublicFile/STM32_Keil_Use_Illustration_EN.pdf '''STM32 keil software use illustration'''] | |||
* [http://www.lcdwiki.com/res/PublicFile/PCtoLCD2002_Use_Illustration_EN.pdf '''PCtoLCD2002 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'''] | |||
==<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> == | |||
* [http://www.lcdwiki.com/res/software/PCtoLCD2002.zip '''PCtoLCD2002'''] | |||
* [http://www.lcdwiki.com/res/software/Image2Lcd.zip '''Image2Lcd'''] | |||
[[#top|BACK TO TOP]] |
Latest revision as of 11:58, 11 November 2019
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 | -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) | 18 (g) |
Interface Definition
Number | Pin Label | Description |
1 | RST | LCD reset signal, low level reset |
2 | CS | LCD chip select signal, low level enable |
3 | D/C | LCD register / data selection signal,
high level: register, low level: data |
4 | DIN | LCD SPI bus write data signal |
5 | CLK | LCD SPI bus clock signal |
6 | VCC | LCD Power positive (3.3V~5V) |
7 | BL | Backlight control, high level lighting,
if not controlled, connect 3.3V always bright |
8 | GND | LCD Power ground |
Product Documentation
- 1.8 inch SPI Module User Manual
- 1.8 inch TFT Specifications
- 1.8 inch SPI Module Size Picture
- 1.8 inch SPI Module Schematic
- 1.8 inch QDTFT1801 TFT LCD Schematic and PCB Package Library
- Driver IC ST7735S Data sheet
Program Download
Reference Materials
- Arduino IDE software use illustration
- C51 Keil and stc-isp software use illustration
- STM32 keil software use illustration
- PCtoLCD2002 software use illustration
- Image2Lcd software use illustration
- Chinese and English display modulo settings