Difference between revisions of "1.44inch SPI Module ST7735S SKU:MSP1443"

From LCD wiki
Jump to: navigation, search
(Product Description)
(Product Description)
Line 15: Line 15:
 
* 1.44-inch color screen,support 65K color display,display rich colors
 
* 1.44-inch color screen,support 65K color display,display rich colors
 
* 128X128 resolution, clear display
 
* 128X128 resolution, clear display
* 采用SPI串行总线,只需几个IO即可点亮显示
+
* Using the SPI serial bus, it only takes a few IOs to illuminate the display
* 带SD卡槽方便扩展实验
+
* Easy to expand the experiment with SD card slot
* 提供丰富的示例程序
+
* Provide a rich sample program
* 军工级工艺标准,长期稳定工作
+
* Military-grade process standards, long-term stable work
* 提供底层驱动技术支持
+
* Provide underlying driver technical support
  
 
==<font color="blue">Product Parameters</font> ==
 
==<font color="blue">Product Parameters</font> ==

Revision as of 09:47, 30 November 2018


语言选择

Languages

➤中文
➤EN


Product Video

Product Picture

MSP1443-013.jpgMSP1443-008.jpgMSP1443-009.jpg

Product Description

  • 1.44-inch color screen,support 65K color display,display rich colors
  • 128X128 resolution, clear display
  • Using the SPI serial bus, it only takes a few IOs to illuminate the display
  • Easy to expand the experiment with SD card slot
  • Provide a rich sample program
  • Military-grade process standards, long-term stable work
  • Provide underlying driver technical support

Product Parameters

名称 参数
显示颜色 RGB 65K彩色
SKU MSP1443
尺寸 1.44(inch)
类型 TFT
驱动芯片 ST7735S
分辨率 128*128 (Pixel)
模块接口 4-wire SPI interface
有效显示区域(AA区) 26.2x27.2(mm)
模块PCB底板尺寸 29.7x43.36(mm)
工作温度 -10℃~60℃
存储温度 -20℃~70℃
VCC电源电压 3.3V~5V
逻辑IO口电压 3.3V(TTL)
功耗 约为90mA
产品重量 25(g)

Interface Definition

MSP1443-014.jpg

引脚标号 说明
VCC 5V/3.3V电源输入
GND 接地
CS 液晶屏片选信号,低电平使能
RESET 液晶屏复位信号,低电平复位
A0 液晶屏寄存器/数据选择信号,高电平:寄存器,低电平:数据
SDA SPI总线写数据信号
SCK SPI总线时钟信号
LED 背光控制,高电平点亮,如无需控制则接3.3V常亮

Product Documentation

Program Download

  1. Demo_Arduino_Mega2560_Hardware_SPI
  2. Demo_Arduino_Mega2560_Software_SPI
  3. Demo_Arduino_UNO_Hardware_SPI
  4. Demo_Arduino_UNO_Software_SPI
  5. Demo_C51_STC12C5A60S2_Hardware_SPI
  6. Demo_C51_STC12C5A60S2_Software_SPI
  7. Demo_C51_STC89C52RC_Software_SPI
  8. Demo_STM32F103RCT6_Hardware_SPI
  9. Demo_STM32F103RCT6_Software_SPI
  10. Demo_STM32F103ZET6_Hardware_SPI
  11. Demo_STM32F103ZET6_Software_SPI
  12. Demo_STM32F407ZGT6_Hardware_SPI
  13. Demo_STM32F407ZGT6_Software_SPI
  14. Demo_STM32F429IGT6_Hardware_SPI
  15. Demo_STM32F429IGT6_Software_SPI

Reference Materials

Applications

  • 与ArduinoD1 Mini连接应用示例:

【Application】1.44inch SPI Module MSP1443 with D1 mini

Common Software

BACK TO TOP