Difference between revisions of "0.91inch IIC OLED Module SSD1306 SKU:MC091GX"

From LCD wiki
Jump to: navigation, search
(Program Download)
(Reference Materials)
Line 114: Line 114:
 
==<font color="blue">Reference Materials</font> ==
 
==<font color="blue">Reference Materials</font> ==
  
* [http://www.lcdwiki.com/res/PublicFile/Arduino_IDE_Use_Illustration_CN.pdf '''Arduino IDE软件使用说明''']
+
* [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_CN.pdf '''RaspberryPi GPIO库安装说明''']
+
* [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_CN.pdf '''Python Image Library安装说明''']
+
* [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_CN.pdf '''C51示例使用说明''']
+
* [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_CN.pdf '''STM32示例使用说明''']
+
* [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_CN.pdf '''PCtoLCD2002软件使用说明''']
+
* [http://www.lcdwiki.com/res/PublicFile/PCtoLCD2002_Use_Illustration_EN.pdf '''PCtoLCD2002 software use illustration''']
* [http://www.lcdwiki.com/res/PublicFile/Image2Lcd_Use_Illustration_CN.pdf '''Image2Lcd软件使用说明''']
+
* [http://www.lcdwiki.com/res/PublicFile/Image2Lcd_Use_Illustration_EN.pdf '''Image2Lcd software use illustration''']
* [http://www.lcdwiki.com/zh/%E3%80%90%E6%95%99%E7%A8%8B%E3%80%91%E4%B8%AD%E8%8B%B1%E6%96%87%E6%98%BE%E7%A4%BA%E5%8F%96%E6%A8%A1%E8%AE%BE%E7%BD%AE '''中英文取模设置''']
+
* [http://www.lcdwiki.com/Chinese_and_English_display_modulo_settings '''Chinese and English display modulo settings''']
  
 
==<font color="blue">Common Software</font> ==
 
==<font color="blue">Common Software</font> ==

Revision as of 12:17, 25 July 2019


语言选择

Languages

➤中文
➤EN


Product Picture

0.91-OLED-main.jpg0.91-OLED-2pin.jpg0.91-OLED-4pin-2.jpg

Product Description

  • 0.91 inch OLED screen with black and white or black and blue color display
  • 128x32 resolution for clear display and high contrast
  • Large viewing angle: greater than 160° (one screen with the largest viewing angle in the display)
  • Wide voltage supply (3V~5V), compatible with 3.3V and 5V logic levels, no level shifting chip required
  • With IIC bus, only a few IOs can be used to light up the display
  • Ultra-low power consumption: normal display is only 0.06W (far below the TFT display)
  • Military-grade process standards, long-term stable work
  • Provides a rich sample program for STM32, C51, Arduino, and Raspberry Pi platforms
  • Provide underlying driver technical support

Product Parameters

Name Parameter
Display Color white/blue
SKU MC091GW/MC091GB
Screen Size  0.91(inch)
Screen Type OLED
Driver IC SSD1306
Resolution 128*32 (Pixel)
Module Interface IIC interface
Active Area  22.384x5.584(mm)
Touch Screen Type have no touch screen
Touch IC have no IC
Module PCB Size 12.00x38.00(mm)
Visual Angle >160°
Operating Temperature -20℃~60℃
Storage Temperature -30℃~70℃
Operating Voltage 3.3V~5V
Power Consumption TBD
Rough Weight(Package containing) 5g

Interface Definition

MC091GX 001.jpg

Pin Label Pin description
GND OLED power ground
VCC OLED power positive (3.3V~5V)
SCL OLED IIC bus clock signal
SDA OLED IIC bus data signal

Product Documentation

Program Download

Reference Materials

Common Software

BACK TO TOP