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

From LCD wiki
Jump to: navigation, search
(Product Picture)
(Product Documentation)
 
(10 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
==<font color="blue">Product Picture</font> ==
 
==<font color="blue">Product Picture</font> ==
 
[[File:1.3-OLED-main-2.jpg|300px]]  [[File:1.3-OLED-4.jpg|300px]]  [[File:1.3-OLED-5.jpg|300px]]
 
[[File:1.3-OLED-main-2.jpg|300px]]  [[File:1.3-OLED-4.jpg|300px]]  [[File:1.3-OLED-5.jpg|300px]]
 +
==<font color="blue">Product Description</font> ==
 +
 +
* 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
 +
 +
==<font color="blue">Product Parameters</font> ==
 +
{| class="wikitable" border="1" style="width: 500px; background-color: white;"
 +
| align="center" |Name
 +
| align="center" |Parameter
 +
|-
 +
| align="center" |Display Color
 +
| align="center" |white/blue
 +
|-
 +
| align="center" |SKU
 +
| align="center" |MSP130W / MSP130B
 +
|-
 +
| align="center" |Screen Size
 +
| align="center" |1.3(inch)
 +
|-
 +
| align="center" |Screen Type
 +
| align="center" |OLED
 +
|-
 +
| align="center" |Driver IC
 +
| align="center" |SH1106
 +
|-
 +
| align="center" |Resolution
 +
| align="center" |128*64 (Pixel)
 +
|-
 +
| align="center" |Module Interface
 +
| align="center" |4-wire SPI interface
 +
|-
 +
| align="center" |Active Area
 +
| align="center" |29.42x14.7(mm)
 +
|-
 +
| align="center" |Module PCB Size
 +
| align="center" |33.50x35.40(mm)
 +
|-
 +
| align="center" |Operating Voltage
 +
| align="center" |3.3V~5V
 +
|-
 +
| align="center" |Logic IO port voltage
 +
| align="center" |3.3V(TTL)
 +
|-
 +
| align="center" |Power Consumption
 +
| align="center" |TBD
 +
|-
 +
| align="center" |Rough Weight(Package containing)
 +
| align="center" |10(g)
 +
|}
 +
 +
==<font color="blue">Interface Definition</font> ==
 +
{| class="wikitable" border="1" style="width: 550px; background-color: white;"
 +
| align="center" |Module Pin
 +
| align="center" |Pin description
 +
|-
 +
| align="center" |GND
 +
|OLED power ground
 +
|-
 +
| align="center" |VCC
 +
|OLED power positive (3.3V~5V)
 +
|-
 +
| align="center" |CLK
 +
|SPI bus clock signal of OLED display module
 +
|-
 +
| align="center" |MOSI
 +
|SPI bus write data signal of OLED display module
 +
|-
 +
| align="center" |RES
 +
|Reset control signal of OLED display module
 +
|-
 +
| align="center" |DC
 +
|Command / data selection control signal of OLED display module
 +
|-
 +
| align="center" |CS
 +
|Chip selection control signal of OLED display module
 +
|-
 +
|}
 +
 +
==<font color="blue">Product Documentation</font> ==
 +
 +
* [http://www.lcdwiki.com/res/MSP130W/1.3inch_SPI_OLED_Module_MSP130X_User_Manual_CN.pdf '''1.3inch SPI OLED Module User Manual''']
 +
* [http://www.lcdwiki.com/res/MSP130W/SPEC_QG-2864KSWLG01_VER_A.pdf '''1.3inch OLED Specification''']
 +
* [http://www.lcdwiki.com/zh/images/9/9d/MSP130W-007.jpg '''1.3inch SPI OLED Module Size Picture''']
 +
* [http://www.lcdwiki.com/res/MSP130W/1.3inch_SPI_OLED_Module_Schematic.pdf '''1.3inch SPI OLED Module Schematic''']
 +
* [http://www.lcdwiki.com/res/MSP130W/SH1106_V2.3.pdf '''Driver IC SH1106 Datasheet''']
 +
 +
==<font color="blue">Program Download</font> ==
 +
 +
# [http://www.lcdwiki.com/res/MSP130W/Demo_OLED_Mega2560_Hardware_SPI.zip '''Demo_OLED_Mega2560_Hardware_SPI''']
 +
# [http://www.lcdwiki.com/res/MSP130W/Demo_OLED_UNO&Mega2560_Software_SPI.zip '''Demo_OLED_UNO&Mega2560_Software_SPI''']
 +
# [http://www.lcdwiki.com/res/MSP130W/Demo_OLED_UNO_Hardware_SPI.zip '''Demo_OLED_UNO_Hardware_SPI''']
 +
# [http://www.lcdwiki.com/res/MSP130W/Demo_OLED_bcm2835_SPI.zip '''Demo_OLED_RaspberryPi_bcm2835_SPI''']
 +
# [http://www.lcdwiki.com/res/MSP130W/Demo_OLED_python_SPI.zip '''Demo_OLED_RaspberryPi_python_SPI''']
 +
# [http://www.lcdwiki.com/res/MSP130W/Demo_OLED_wiringPi_SPI.zip '''Demo_OLED_RaspberryPi_wiringPi_SPI''']
 +
# [http://www.lcdwiki.com/res/MSP130W/Demo_OLED_STM32F103RCT6_Hardware_SPI.zip '''Demo_OLED_STM32F103RCT6_Hardware_SPI''']
 +
# [http://www.lcdwiki.com/res/MSP130W/Demo_OLED_STM32F103RCT6_Software_SPI.zip '''Demo_OLED_STM32F103RCT6_Software_SPI''']
 +
# [http://www.lcdwiki.com/res/MSP130W/Demo_OLED_STM32F103ZET6_Hardware_SPI.zip '''Demo_OLED_STM32F103ZET6_Hardware_SPI''']
 +
# [http://www.lcdwiki.com/res/MSP130W/Demo_OLED_STM32F103ZET6_Software_SPI.zip '''Demo_OLED_STM32F103ZET6_Software_SPI''']
 +
# [http://www.lcdwiki.com/res/MSP130W/Demo_OLED_STM32F407ZGT6_Hardware_SPI.zip '''Demo_OLED_STM32F407ZGT6_Hardware_SPI''']
 +
# [http://www.lcdwiki.com/res/MSP130W/Demo_OLED_STM32F407ZGT6_Software_SPI.zip '''Demo_OLED_STM32F407ZGT6_Software_SPI''']
 +
# [http://www.lcdwiki.com/res/MSP130W/Demo_OLED_STM32F429IGT6_Hardware_SPI.zip '''Demo_OLED_STM32F429IGT6_Hardware_SPI''']
 +
# [http://www.lcdwiki.com/res/MSP130W/Demo_OLED_STM32F429IGT6_Software_SPI.zip '''Demo_OLED_STM32F429IGT6_Software_SPI''']
 +
# [http://www.lcdwiki.com/res/MSP130W/Demo_OLED_STC12C5A60S2_Hardware_SPI.zip '''Demo_OLED_STC12C5A60S2_Hardware_SPI''']
 +
# [http://www.lcdwiki.com/res/MSP130W/Demo_OLED_STC12C5A60S2_Software_SPI.zip '''Demo_OLED_STC12C5A60S2_Software_SPI''']
 +
# [http://www.lcdwiki.com/res/MSP130W/Demo_OLED_STC89C52RC_Software_SPI.zip '''Demo_OLED_STC89C52RC_Software_SPI''']
 +
 +
* [http://www.lcdwiki.com/res/MSP130W/1.3inch_SPI_OLED_Module_SH1106_MSP130X_V1.0.zip '''1.3inch SPI OLED Module Package(The above programs are packaged and downloaded with one click)''']
 +
 +
==<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/Raspberrypi_Use_Illustration_EN.pdf '''RaspberryPi GPIO library installation instructions''']
 +
* [http://www.lcdwiki.com/res/PublicFile/Python_Image_Library_Install_Illustration_EN.pdf '''Python Image Library installation instructions''']
 +
* [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, 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)

Interface Definition

Module Pin Pin description
GND OLED power ground
VCC OLED power positive (3.3V~5V)
CLK SPI bus clock signal of OLED display module
MOSI SPI bus write data signal of OLED display module
RES Reset control signal of OLED display module
DC Command / data selection control signal of OLED display module
CS Chip selection control signal of OLED display module

Product Documentation

Program Download

  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

Reference Materials

Common Software

BACK TO TOP