Difference between revisions of "0.96inch OLED Module (IIC-4P SKU:MC096VX)"

From LCD wiki
Jump to: navigation, search
(Common software description)
(Software description)
Line 119: Line 119:
  
 
==<font color="blue">Software description</font> ==
 
==<font color="blue">Software description</font> ==
 +
This module provides testing programs for three platforms,namely, C51, STM32, and Arduino,
 +
 +
The test program for each platform consists of roughly three parts:Platform related code,
 +
 +
OLED operation related code, and IIC operation related code.With the exception of platform-related
 +
 +
code that varies from platform to platform, the other two parts of the code are similar in principle
 +
 +
and implementation, and have nothing to do with the platform used.On the same platform,
 +
 +
the code can be ported directly, just by modifying the relevant pin definitions to work properly.
 +
 +
'''C51 code description'''
  
 
==<font color="blue">Using Instructions</font> ==
 
==<font color="blue">Using Instructions</font> ==

Revision as of 09:14, 13 June 2018


语言选择

Languages

➤中文
➤EN


Product picture

MC096-002.jpg MC096-004.jpg MC096-003.jpg

Product description

  • High resolution: 128x64 (have the same resolution as 12864, high PPI)
  • Large viewing angle: greater than 160° (a screen with the largest viewing angle in the monitor)
  • Ultra-low power consumption: it's 0.06w in normal condition(far less than TFT display)
  • Wide voltage supply (3V~5V), 3.3V and 5V level logic compatible, no level shifter IC
  • IIC interface and only requires 2 IOs to light up easily
  • The range of working temperature is industrial (-20°C~70°C)
  • Military-grade process standards, long-term work steadily
  • Provide rich multi-platform routines and the technology support of underlying driver
  • Have three color display schemes of yellow and blue,white,blue to choose from

Product parameters

name color category
display color white blue Blue and yellow
SKU MC096VW MC096VB MC096VY
size 0.96(inch)
type OLED
OLED driver chip SSD1306
resolution 128*64 (Pixel)
Module interface IIC,4PIN
Effective display area 21.744x10.864(mm)
Module size 27.3x27.8(mm)
Field of View >160°
Working temperature -20℃~70℃
storage temperature -30℃~80℃
Working voltage 3.3V / 5V
power dissipation Full on is about 25mA,Full off is about 1.5mA。
product weight 15(g)

Interface definition

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

Product size

Product size drawing:0.96 inch OLED Product size drawing

Hardware description

Hardware schematic:QD electronic 0.96 inch OLED display module hardware schematic.pdf

IIC hardware adjustment instructions of device address to slave device:

MC096-006.jpg

As the picture shows,in the red rectangle,if the resistor is connected to 0x78,

it indicates that the IIC slave address is 0x78,if the resistor is connected to 0x7A,

it indicates that the IIC slave address is 0x7A.

Software description

This module provides testing programs for three platforms,namely, C51, STM32, and Arduino,

The test program for each platform consists of roughly three parts:Platform related code,

OLED operation related code, and IIC operation related code.With the exception of platform-related

code that varies from platform to platform, the other two parts of the code are similar in principle

and implementation, and have nothing to do with the platform used.On the same platform,

the code can be ported directly, just by modifying the relevant pin definitions to work properly.

C51 code description

Using Instructions

Driver download

baiduyun download:0.96 inch OLED display module data of QD electronic V1.0

Common software description

the software description is in the software package and the download address as follows:

PCtoLCD2002:PCtoLCD2002