More actions
Line 80: | Line 80: | ||
| align="center" |1 | | align="center" |1 | ||
| align="center" |GND | | align="center" |GND | ||
|LCD Power | |LCD Power ground pin pin | ||
|- | |- | ||
| align="center" |2 | | align="center" |2 | ||
| align="center" |BL | | align="center" |BL | ||
|LCD | |LCD backlight control pin (high level light, can be connected to 3.3V) | ||
|- | |- | ||
| align="center" |3 | | align="center" |3 | ||
| align="center" |RESET | | align="center" |RESET | ||
|LCD | |LCD reset control pin (reset at low level) | ||
|- | |- | ||
| align="center" |4 | | align="center" |4 | ||
| align="center" |D/C-LD | | align="center" |D/C-LD | ||
| | |LCD data / command selection control pin (low level: command; high level: data) | ||
|- | |- | ||
| align="center" |5 | | align="center" |5 | ||
| align="center" |CS-SD | | align="center" |CS-SD | ||
| | |SD card select control pin (low level enable, required when using SD card function) | ||
|- | |- | ||
| align="center" |6 | | align="center" |6 | ||
| align="center" |CS-LD | | align="center" |CS-LD | ||
| | |LCD chip select control pin (enabled at low level) | ||
|- | |- | ||
| align="center" |7 | | align="center" |7 | ||
| align="center" |MOSI | | align="center" |MOSI | ||
|LCD SPI bus | |LCD SPI bus write data pin | ||
|- | |- | ||
| align="center" |8 | | align="center" |8 | ||
| align="center" |SCK | | align="center" |SCK | ||
|LCD SPI bus | |LCD SPI bus clock pin | ||
|- | |- | ||
| align="center" |9 | | align="center" |9 | ||
| align="center" |MISO | | align="center" |MISO | ||
| | |SPI bus read data pin (required when using SD card function) | ||
|- | |- | ||
| align="center" |10 | | align="center" |10 | ||
| align="center" | +5V | | align="center" | +5V | ||
|LCD | |LCD power supply positive pin | ||
|- | |- | ||
|} | |} |
Revision as of 15:32, 6 July 2022
Product Pictures
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
- Support in-line Arduino esplora game controller
- 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 | MAR1805 |
Screen Size | 1.8(inch) |
Type | TFT |
Driver IC | ST7735 |
Resolution | 128*160 (Pixel) |
Module Interface | 4-wire SPI interface |
Backlight | 2 White Led |
Active Area | 28.03*35.04 (mm) |
Module PCB Size | 59.79*42.01 (mm) |
Operating Temperature | -20℃~60℃ |
Storage Temperature | -30℃~70℃ |
Operating Voltage | 5V/3.3V |
Power Consumption | TBD |
Rough Weight(Package containing) | 25 (g) |
Interface Definition
Number | Pin Label | Description |
1 | GND | LCD Power ground pin pin |
2 | BL | LCD backlight control pin (high level light, can be connected to 3.3V) |
3 | RESET | LCD reset control pin (reset at low level) |
4 | D/C-LD | LCD data / command selection control pin (low level: command; high level: data) |
5 | CS-SD | SD card select control pin (low level enable, required when using SD card function) |
6 | CS-LD | LCD chip select control pin (enabled at low level) |
7 | MOSI | LCD SPI bus write data pin |
8 | SCK | LCD SPI bus clock pin |
9 | MISO | SPI bus read data pin (required when using SD card function) |
10 | +5V | LCD power supply positive pin |
Product Documentation
- 1.8 inch Arduino SPI Module User Manual
- 1.8 inch Arduino SPI Module Size Picture
- 1.8 inch TFT Specifications
- 1.8 inch Arduino 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