Difference between revisions of "1.8inch Esplora TFT LCD"

From LCD wiki
Jump to: navigation, search
(Product Parameters)
(Program Download)
 
(8 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
* 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
 +
* Support in-line Arduino esplora game controller
 
* Provide underlying libraries and rich sample programs for Arduino, C51, and STM32 platforms
 
* Provide underlying libraries and rich sample programs for Arduino, C51, and STM32 platforms
 
* Military-grade process standards, long-term stable work
 
* Military-grade process standards, long-term stable work
Line 51: Line 52:
 
|-
 
|-
 
| align="center" |Module PCB Size
 
| align="center" |Module PCB Size
| align="center" |59.44*41.66 (mm)
+
| align="center" |59.79*42.01 (mm)
 
|-
 
|-
 
| align="center" |Operating Temperature  
 
| align="center" |Operating Temperature  
Line 66: Line 67:
 
|-
 
|-
 
| align="center" |Rough Weight(Package containing)
 
| align="center" |Rough Weight(Package containing)
| align="center" |19 (g)
+
| align="center" |25 (g)
 
|}
 
|}
 +
 +
==<font color="blue">Interface Definition</font> ==
 +
[[file:MAR1805-001.png|550x550px]]
 +
 +
{| 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" |GND
 +
|LCD Power ground pin pin
 +
|-
 +
| align="center" |2
 +
| align="center" |BL
 +
|LCD backlight control pin (high level light, can be connected to 3.3V)
 +
|-
 +
| align="center" |3
 +
| align="center" |RESET
 +
|LCD reset control pin (reset at low level)
 +
|-
 +
| align="center" |4
 +
| align="center" |D/C-LD
 +
|LCD data / command selection control pin (low level: command; high level: data)
 +
|-
 +
| align="center" |5
 +
| align="center" |CS-SD
 +
|SD card select control pin (low level enable, required when using SD card function)
 +
|-
 +
| align="center" |6
 +
| align="center" |CS-LD
 +
|LCD chip select control pin (enabled at low level)
 +
|-
 +
| align="center" |7
 +
| align="center" |MOSI
 +
|LCD SPI bus write data pin
 +
|-
 +
| align="center" |8
 +
| align="center" |SCK
 +
|LCD SPI bus clock pin
 +
|-
 +
| align="center" |9
 +
| align="center" |MISO
 +
|SPI bus read data pin (required when using SD card function)
 +
|-
 +
| align="center" |10
 +
| align="center" | +5V
 +
|LCD power supply positive pin
 +
|-
 +
|}
 +
 +
==<font color="blue">Product Documentation</font> ==
 +
 +
* [http://www.lcdwiki.com/res/MAR1805/1.8inch_Esplora_SPI_Module_MAR1805_User_Manual_EN.pdf '''1.8 inch Arduino SPI Module User Manual''']
 +
* [http://www.lcdwiki.com/zh/images/7/7a/MAR1805-002.png '''1.8 inch Arduino SPI Module Size Picture''']
 +
* [http://www.lcdwiki.com/res/MAR1805/QDTFT1801_specification_v1.1.pdf '''1.8 inch TFT Specifications''']
 +
* [http://www.lcdwiki.com/res/MAR1805/Altium_1.8_14pin_QDTFT1801_Package_library.zip '''1.8 inch QDTFT1801 TFT LCD Schematic and PCB Package Library''']
 +
* [http://www.lcdwiki.com/res/MAR1805/ST7735S_V1.1_20111121.pdf '''Driver IC ST7735S Data sheet''']
 +
 +
==<font color="blue">Program Download</font> ==
 +
 +
* [http://www.lcdwiki.com/res/Program/Arduino_SPI/1.8inch/Arduino_SPI_ST7735S_MAR1805_V1.0/1.8inch_Esplora_SPI_Module_ST7735S_MAR1805_V1.0.zip  '''1.8 inch Arduino 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">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 15:35, 6 July 2022


语言选择

Languages

➤中文
➤EN


Product Pictures

1.8-Esplora-main-2.jpg 1.8-Esplora-2pin-3.jpg 1.8-Esplora-main-3.jpg

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

MAR1805-001.png

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

Program Download

Reference Materials

Common Software

BACK TO TOP