More actions
Line 101: | Line 101: | ||
* [http://www.lcdwiki.com/res/MSP130W/SH1106_V2.3.pdf '''Driver IC SH1106 Datasheet'''] | * [http://www.lcdwiki.com/res/MSP130W/SH1106_V2.3.pdf '''Driver IC SH1106 Datasheet'''] | ||
==<font color="blue"> | ==<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_Mega2560_Hardware_SPI.zip '''Demo_OLED_Mega2560_Hardware_SPI'''] | ||
Line 121: | Line 121: | ||
# [http://www.lcdwiki.com/res/MSP130W/Demo_OLED_STC89C52RC_Software_SPI.zip '''Demo_OLED_STC89C52RC_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. | * [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">参考资料</font> == | ==<font color="blue">参考资料</font> == |
Revision as of 15:31, 19 January 2021
Product Picture
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
- 1.3inch SPI OLED Module User Manual
- 1.3inch OLED Specification
- 1.3inch SPI OLED Module Size Picture
- 1.3inch SPI OLED Module Schematic
- Driver IC SH1106 Datasheet
Program Download
- Demo_OLED_Mega2560_Hardware_SPI
- Demo_OLED_UNO&Mega2560_Software_SPI
- Demo_OLED_UNO_Hardware_SPI
- Demo_OLED_RaspberryPi_bcm2835_SPI
- Demo_OLED_RaspberryPi_python_SPI
- Demo_OLED_RaspberryPi_wiringPi_SPI
- Demo_OLED_STM32F103RCT6_Hardware_SPI
- Demo_OLED_STM32F103RCT6_Software_SPI
- Demo_OLED_STM32F103ZET6_Hardware_SPI
- Demo_OLED_STM32F103ZET6_Software_SPI
- Demo_OLED_STM32F407ZGT6_Hardware_SPI
- Demo_OLED_STM32F407ZGT6_Software_SPI
- Demo_OLED_STM32F429IGT6_Hardware_SPI
- Demo_OLED_STM32F429IGT6_Software_SPI
- Demo_OLED_STC12C5A60S2_Hardware_SPI
- Demo_OLED_STC12C5A60S2_Software_SPI
- Demo_OLED_STC89C52RC_Software_SPI
参考资料
- Arduino IDE软件使用说明
- RaspberryPi库函数安装说明
- Python Image Library安装说明
- C51示例使用说明
- STM32示例使用说明
- PCtoLCD2002软件使用说明
- Image2Lcd软件使用说明
- 中英文取模设置