Difference between revisions of "1.5inch OLED Module SKU:MC01503"

From LCD wiki
Jump to: navigation, search
(开发软件环境使用说明)
(常用软件)
 
(One intermediate revision by the same user not shown)
Line 116: Line 116:
  
 
* [http://www.lcdwiki.com/res/PublicFile/Arduino_IDE_Use_Illustration_EN.pdf '''Arduino IDE software use illustration''']
 
* [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/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/STM32_Keil_Use_Illustration_EN.pdf '''STM32 keil software use illustration''']
Line 122: Line 124:
 
* [http://www.lcdwiki.com/Chinese_and_English_display_modulo_settings '''Chinese and English display modulo settings''']
 
* [http://www.lcdwiki.com/Chinese_and_English_display_modulo_settings '''Chinese and English display modulo settings''']
  
==<font color="blue">常用软件</font> ==
+
==<font color="blue">Common Software</font> ==
  
 
* [http://www.lcdwiki.com/res/software/PCtoLCD2002.zip '''PCtoLCD2002''']
 
* [http://www.lcdwiki.com/res/software/PCtoLCD2002.zip '''PCtoLCD2002''']
 
* [http://www.lcdwiki.com/res/software/Image2Lcd.zip '''Image2Lcd''']
 
* [http://www.lcdwiki.com/res/software/Image2Lcd.zip '''Image2Lcd''']

Latest revision as of 16:04, 19 January 2021


语言选择

Languages

➤中文
➤EN



Product Picture

1.5-OLED-2-2.jpg 1.5-OLED-100.jpg

Product Description

  • 1.5-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
  • Support 16 bit grayscale display

Product Parameters

Name Parameter
Display Color white
SKU MC01503
Screen Size 1.5(inch)
Screen Type OLED
Driver IC SSD1327
Resolution 128*128 (Pixel)
Module Interface IIC,①-GND,②-VCC,③-SCL,④-SDA
Active Area 26.86x26.86(mm)
Module PCB Size 45.50x34.30(mm)
visual angle >160°
Operating temperature -20℃~60℃
Storage temperature -30℃~70℃
Operating Voltage 3.3V / 5V
Power Consumption TBD
Rough Weight(Package containing) 12(g)

Interface Definition

PIN Number Pin description
1 GND OLED power ground
2 VCC OLED power positive (3.3V~5V)
3 SCL OLED IIC bus clock signal
4 SDA OLED IIC bus data signal

Program Download

Product Documentation

开发软件环境使用说明

Common Software