Difference between revisions of "1.8inch Esplora TFT LCD"

From LCD wiki
Jump to: navigation, search
(Product Documentation)
(Program Download)
 
Line 130: Line 130:
 
==<font color="blue">Program Download</font> ==
 
==<font color="blue">Program Download</font> ==
  
* [http://www.lcdwiki.com/res/Program/Arduino_SPI/1.8inch/Arduino_SPI_ST7735S_MAR1801_V1.0/1.8inch_Arduino_SPI_Module_ST7735S_MAR1801_V1.0.zip '''1.8 inch Arduino SPI Module Package''']
+
* [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> ==
 
==<font color="blue">Reference Materials</font> ==

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