Difference between revisions of "1.3inch SPI OLED Module SH1106 SKU:MSP130X"

From LCD wiki
Jump to: navigation, search
(产品介绍)
(产品参数)
Line 20: Line 20:
 
* Provide rich routines, provide the underlying driver technical support
 
* Provide rich routines, provide the underlying driver technical support
  
==<font color="blue">产品参数</font> ==
+
==<font color="blue">Product Parameters</font> ==
 
{| class="wikitable" border="1" style="width: 500px; background-color: white;"
 
{| class="wikitable" border="1" style="width: 500px; background-color: white;"
| align="center" |名称
+
| align="center" |Name
| align="center" |参数
+
| align="center" |Parameter
 
|-
 
|-
| align="center" |显示颜色
+
| align="center" |Display Color
| align="center" |白色/蓝色
+
| align="center" |white/blue
 
|-
 
|-
 
| align="center" |SKU
 
| align="center" |SKU
 
| align="center" |MSP130W / MSP130B
 
| align="center" |MSP130W / MSP130B
 
|-
 
|-
| align="center" |尺寸
+
| align="center" |Screen Size
 
| align="center" |1.3(inch)
 
| align="center" |1.3(inch)
 
|-
 
|-
| align="center" |类型
+
| align="center" |Screen Type
 
| align="center" |OLED
 
| align="center" |OLED
 
|-
 
|-
| align="center" |驱动芯片
+
| align="center" |Driver IC
 
| align="center" |SH1106
 
| align="center" |SH1106
 
|-
 
|-
| align="center" |分辨率
+
| align="center" |Resolution
 
| align="center" |128*64 (Pixel)
 
| align="center" |128*64 (Pixel)
 
|-
 
|-
| align="center" |模块接口
+
| align="center" |Module Interface
 
| align="center" |4-wire SPI interface
 
| align="center" |4-wire SPI interface
 
|-
 
|-
| align="center" |有效显示区域(AA区)
+
| align="center" |Active Area
 
| align="center" |29.42x14.7(mm)
 
| align="center" |29.42x14.7(mm)
 
|-
 
|-
| align="center" |模块PCB底板尺寸
+
| align="center" |Module PCB Size
 
| align="center" |33.50x35.40(mm)
 
| align="center" |33.50x35.40(mm)
 
|-
 
|-
| align="center" |VCC电源电压
+
| align="center" |Operating Voltage
 
| align="center" |3.3V~5V
 
| align="center" |3.3V~5V
 
|-
 
|-
| align="center" |逻辑IO口电压
+
| align="center" |Logic IO port voltage
 
| align="center" |3.3V(TTL)
 
| align="center" |3.3V(TTL)
 
|-
 
|-
| align="center" |功耗
+
| align="center" |Power Consumption
| align="center" |待定
+
| align="center" |TBD
 
|-
 
|-
| align="center" |产品重量(含包装)
+
| align="center" |Rough Weight(Package containing)
 
| align="center" |10(g)
 
| align="center" |10(g)
 
|}
 
|}

Revision as of 15:22, 19 January 2021


语言选择

Languages

➤中文
➤EN



Product Picture

1.3-OLED-main-2.jpg 1.3-OLED-4.jpg 1.3-OLED-5.jpg

Product Description

  • 1.3-inch OLED, high resolution: 128X64 (same resolution as 12864, high PPI)
  • Super large viewing angle: greater than 160 °(the screen with the largest viewing angle in the display screen)
  • Ultra low power consumption: normal display 0.06w (far lower than TFT display)
  • Wide voltage supply (3V ~ 5V), compatible with 3.3V and 5V level logic, without level conversion chip
  • The default SPI interface (IIC interface can be changed), only 5 IOS are needed to light up easily
  • The working temperature range is industrial grade (- 20 ℃ ~ 70 ℃)
  • Military grade process standard, long-term stable work
  • Provide rich routines, provide the underlying driver technical support

Product Parameters

Name Parameter
Display Color white/blue
SKU MSP130W / MSP130B
Screen Size 1.3(inch)
Screen Type OLED
Driver IC SH1106
Resolution 128*64 (Pixel)
Module Interface 4-wire SPI interface
Active Area 29.42x14.7(mm)
Module PCB Size 33.50x35.40(mm)
Operating Voltage 3.3V~5V
Logic IO port voltage 3.3V(TTL)
Power Consumption TBD
Rough Weight(Package containing) 10(g)

接口定义

模块标号 说明
GND OLED显示模块电源地
VCC OLED显示模块电源正(3.3V/5V)
CLK OLED显示模块SPI总线时钟信号
MOSI OLED显示模块SPI总线写数据信号
RES OLED显示模块复位控制信号
DC OLED显示模块命令/数据选择控制信号
CS OLED显示模块片选控制信号

产品文档

程序下载

  1. Demo_OLED_Mega2560_Hardware_SPI
  2. Demo_OLED_UNO&Mega2560_Software_SPI
  3. Demo_OLED_UNO_Hardware_SPI
  4. Demo_OLED_RaspberryPi_bcm2835_SPI
  5. Demo_OLED_RaspberryPi_python_SPI
  6. Demo_OLED_RaspberryPi_wiringPi_SPI
  7. Demo_OLED_STM32F103RCT6_Hardware_SPI
  8. Demo_OLED_STM32F103RCT6_Software_SPI
  9. Demo_OLED_STM32F103ZET6_Hardware_SPI
  10. Demo_OLED_STM32F103ZET6_Software_SPI
  11. Demo_OLED_STM32F407ZGT6_Hardware_SPI
  12. Demo_OLED_STM32F407ZGT6_Software_SPI
  13. Demo_OLED_STM32F429IGT6_Hardware_SPI
  14. Demo_OLED_STM32F429IGT6_Software_SPI
  15. Demo_OLED_STC12C5A60S2_Hardware_SPI
  16. Demo_OLED_STC12C5A60S2_Software_SPI
  17. Demo_OLED_STC89C52RC_Software_SPI

参考资料

常用软件

BACK TO TOP