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

【Application】1.44inch SPI Module MSP1443 with D1 mini: Difference between revisions

From LCD wiki
Lin (talk | contribs)
Created page with "{{lan | cn=http://www.lcdwiki.com/zh/【Application】1.44inch_SPI_Module_MSP1443_with_D1_mini | en=http://www.lcdwiki.com/【Application】1.44inch_SPI_Module_MSP14..."
 
Lin (talk | contribs)
 
(6 intermediate revisions by the same user not shown)
Line 17: Line 17:
| style="width: 80px" align="center" |PIN
| style="width: 80px" align="center" |PIN
| align="center" |D1 miniDevelopment board corresponding wiring pin
| align="center" |D1 miniDevelopment board corresponding wiring pin
| align="center" |引脚说明
| align="center" |Pin Description
|-
|-
| align="center" |1
| align="center" |1
| style="width: 80px" align="center" |LED
| style="width: 80px" align="center" |LED
| align="center" |D4
| align="center" |3.3V
|LCD backlight control pin(if don’t need to control,please connect to 3.3V)
|LCD backlight control pin( connect to 3.3V)
|-
|-
| align="center" |2
| align="center" |2
Line 62: Line 62:
==<font color="blue">Product Documentation </font> ==
==<font color="blue">Product Documentation </font> ==


* [http://www.lcdwiki.com/res/MSP1601/H016IT01_V0_Ver.0_20041106_201407195970.pdf '''1.6inch TFT display screen Specification''']
* [http://www.lcdwiki.com/res/MAR1441/QD14414B_SPEC.pdf '''1.44inch TFT display screen Specification''']
* [http://www.lcdwiki.com/res/MSP1601/SSD1283A%20Datasheet.pdf '''Driving IC data sheet SSD1283A''']
* [http://www.lcdwiki.com/res/MAR1441/ST7735S_V1.1_20111121.pdf '''Driving IC data sheet ST7735S''']


== <font color="blue">Program Download</font> ==
== <font color="blue">Program Download</font> ==


* [http://www.lcdwiki.com/res/MSP1601/Demo_ESP8266_SPI_EN.zip '''1.6inch module ESP8266 test program''']
* [http://www.lcdwiki.com/res/MSP1443/Simple_Module_ESP8266_Demo.zip '''1.44inch module test program''']


==<font color="blue">Using Description</font> ==
==<font color="blue">Using Description</font> ==


* [http://www.lcdwiki.com/res/MSP1601/1.6inch_SPI_ESP8266_Module_User_Manual_EN.pdf '''1.6inch module ESP8266 User Manual''']
* [http://www.lcdwiki.com/res/MSP1443/1.44inch_SPI_Simple_Module_User_Manual_EN.pdf '''1.44inch module ESP8266 User Manual''']
* [http://www.lcdwiki.com/res/PublicFile/Arduino_IDE_Use_Illustration_EN.pdf '''Arduino IDE software use illustration''']

Latest revision as of 16:52, 19 January 2021

语言选择

Languages

➤中文
➤EN


Product Picture

Wiring Description

NUMBER PIN D1 miniDevelopment board corresponding wiring pin Pin Description
1 LED 3.3V LCD backlight control pin( connect to 3.3V)
2 SCK D5 LCD SPI bus clock pin
3 SDA D7 LCD SPI bus write data pin
4 A0/DC D3 LCD register / data selection control pin
5 RESET D2 LCD reset control pin
6 CS D1 LCD chip selection control pin
7 GND G Power ground
8 VCC 5V Power positive

Product Documentation

Program Download

Using Description