Home Companies Shenzhen Saef Technology Ltd.

0.5 Inch OLED Display Module 88x48 Pixels Passive Matrix With I2C Interface

Shenzhen Saef Technology Ltd.

Contact Us

[China] country

Trade Verify

Address: 3 FL., Yuan Yi Yuan Industrial Park, QianJing Rd, XiXiang, BaoAn,ShenZhen, China

Contact name:Christina

Inquir Now

Shenzhen Saef Technology Ltd.

Verified Suppliers
  • Trust
    Seal
  • Verified
    Supplier
  • Credit
    Check
  • Capability
    Assessment

0.5 Inch OLED Display Module 88x48 Pixels Passive Matrix With I2C Interface

Country/Region china
City & Province shenzhen
Categories Digital Cameras
InquireNow

Product Details

0.5 Inch OLED Display Module 88x48, OEL Display Module 0.5 Inch Product Introduction

 

SFOS050XZ-7112AN OLED Display Module is a 88x48 resolution COG graphic display, diagonal size 0.5 inch. The OLED model is designed as industrial grade which is having the advantage of competitive price. The module is built-in with CH1115 IC; it supports I2C interface. The supply voltage for logic is 2.8V, supply voltage for display is 9V, Operating Current for VDD is 180μA, driving duty 1/48. 

 

SFOS050XZ-7112AN OEL Display Module is suitable for wearable device, smart home applications and etc. This module can be operating at temperatures from -40℃ to +80℃; its storage temperatures range from -40℃ to +85℃.

Product:0.5 Inch OLED Display Module
Number Of Pixels:48x88 Pixels
Driver IC:CH1115 Or Equivalent
Display Mode:Passive Matrix
Display Color:Monochrome (white)
Drive Duty:1/48 Duty
Panel Size:8.928 X 17.1 X 1.227 (mm)
Active Area:6.124 X 11.244 (mm)
Pixel Pitch:0.128 X 0.128 (mm)
Pixel Size:0.108 X 0.108 (mm)
Viewing Direction:All Viewing Angles
Interface:I2C
Connection:Soldering/Hotbar (customizable)
Pin Number:14 Pins ( Can Be Customized)
Life Time:50,000 Hours @60cd/m2
Compliance:REACH & RoHS Compliant

 

0.5 Inch OLED Display Module 88x48 Pixels, OEL Display Module 0.5 Inch Product Drawing

Pin Definition

 

Pin1,  C2P /  Pin2, C2N /  Pin3, C1P /  Pin4, C1N   

Positive Terminal of the Flying Inverting Capacitor, Negative Terminal of the Flying Boost Capacitor. The charge-pump capacitors are required between the terminals. They must be floated when the converter is not used.

Pin5,  VDD2 VBAT        

Power Supply for DC/DC Converter Circuit. This is the power supply pin for the internal buffer of the DC/DC voltage converter.It must be connected to external source when the converter is used. It should beconnected to VDD when the converter is not used.

Pin6,  VBREF     NC

Pin7,  VSS          

Ground of Logic CircuitThis is a ground pin. It acts as a reference for the logic pins. It must beconnected to external ground.

Pin8,  VDD1          

Power Supply for Logic. This is a voltage supply pin. It must be connected to external source.

Pin9,   RES#       

Power Reset for Controller and Driver. This pin is reset signal input. When the pin is low, initialization of the chip isexecuted. Keep this pin pull high during normal operation.

Pin10, SCL       

 IIC Bus Clock Signal. The transmission if information in the I2C bus is following a clock sigmal. Eachtransmission of data bit is taken place during a single clock period of this pin.

Pin11, SDA         

I2C Bus Data Signal. This pin acts as a communication channel between the transmitter and the receiver.

Pin12, IREF        

Current Reference for Brightness Adjustment. This pin is segment current reference pin. A resistor should be connectedbetween this pin and VSS. Set the current at 12.5uA maximum.

Pin13, VCOMH   

Voltage Output High Level for COM Signal. This pin is the input pin for the voltage output high level for COM signals. Acapacitor should be connected between this pin and VSS.

Pin14, VCC         

Power Supply for OEL Panel. This is the most positive voltage supply pin of the chip. A stabilization capacitorshould be connected between this pin and VSS when the converter is used. Itmust be connected to external source when the converter is not used.

 

Note 1: All the above voltages are on the basis of “VSS = 0V”.

Note 2: When this module is used beyond the above absolute maximum ratings, permanent breakage of themodule may oPPur. Also, for normal operations, it is desirable to use this module under theconditions aPPording to Section 3. “Optics & Electrical Characteristics”. If this module is usedbeyond these conditions, malfunctioning of the module can oPPur and the reliability of the modulemay deteriorate.

Note 3: The defined temperature ranges do not include the polarizer. The maximum withstoodtemperature of the polarizer should be 80°C.

Note 4: VPP = 7.5V, Ta = 25°C, 50% Checkerboard.Software configuration follows Section 4.4 Initialization.End of lifetime is specified as 50% of initial brightness reached. The average operating lifetime atroom temperature is estimated by the aPPelerated operation at high temperature conditions.

 

* Optical measurement taken at VDD1 = 2.8V, VPP = 8.0V & 7.4V.Software configuration follows Section 4.4 Initialization.

 

External setting

{RES=1; delay(1000); RES=0; delay(1000); RES=1; delay(1000); write_i(0xAE); /*display off*/ write_i(0x00); /*set lower column address*/ write_i(0x10); /*set higher column address*/ write_i(0xB0); /*set page address*/ write_i(0x40); /*set display start lines*/ write_i(0x81); /*contract control*/ write_i(0x88); /*4d*/ write_i(0x82); /* iref resistor set and adjust ISEG*/ write_i(0x00); write_i(0xA1); /*set segment remap 0xA0*/ write_i(0xA2); /*set seg pads hardware configuration*/ write_i(0xA4); /*Disable Entire Display On (0xA4/0xA5)*/ write_i(0xA6); /*normal / reverse*/ write_i(0xA8); /*multiplex ratio*/ write_i(0x3F); /*duty = 1/64*/ write_i(0xC8); /*Com scan direction 0XC0*/ write_i(0xD3); /*set display offset*/ write_i(0x00); /* */ write_i(0xD5); /*set osc division*/ write_i(0xa0); write_i(0xD9); /*set pre-charge period*/ write_i(0x22); write_i(0xdb); /*set vcomh*/ write_i(0x40); write_i(0x31); /* Set pump 7.4v */ write_i(0xad); /*set charge pump enable*/ write_i(0x8a); /*Set DC-DC enable (0x8a=disable; 0x8b=enable) */ write_i(0xAF); /*display ON*/}void write_i(unsigned char ins){ unsigned char m,da; unsigned int j; DC=0; CS=0; da=ins;for(j=0;j<8;j++) { m=da; SCL=0; m=m&0x80; if(m==0x80) { SDA=1; } else { SDA=0; } da=da<<1; SCL=1; } CS=1;}void write_d(unsigned char dat){ unsigned char m,da; unsigned int j; DC=1; CS=0; da=dat; for(j=0;j<8;j++) { m=da; SCL=0; m=m&0x80; if(m==0x80) { SDA=1; } else { SDA=0; } da=da<<1; SCL=1; } CS=1;}void delay(unsigned int i){ while(i>0) { i--; }}

 

0.5 Inch OLED Display Module 88x48 Pixels, OEL Display Module 0.5 Inch Product Image

 

Factory Facilities and Certificates

 

SAEF Technology is a professional OLED Module Supplier

 

We provide a wide range of standard passive matrix OLED (PMOLED) / OLED dot matrix display and custom design Character OLED modules, Graphic OLED displays and OLED display panels. Mechanical structure includes Chip on Board (COB), Chip on Glass (COG), and TAB (Tape Automated Bonded) types. Customers can upgrade applications from STN LCD to OLED displays easily. SAEF OLED modules are featured with all the important advantages:

  • Faster response time “At +25 ℃ 10 μsec.”
  • Unlimited viewing angle “Up to 175 degree”
  • Thin – No need of backlight, self emitting
  • High Brightness
  • High contrast ratio “Up to 10,000:1”
  • Wide Operation Temperature “-40 ℃ ~ 80 ℃”
  • Lower power consumption

SAEF Technology's graphic OLED display are available in three mechanical structures include COB, COG and TAB passive matrix technology. Available graphic monochrome OLED resolution in 50x16 OLED graphic display, 64x128 OLED, 100x16 OLED, 100x32 graphic OLED, 200x16 graphic OLED, OLED 128x32, OLED display 128x64, OLED 128x128, and 256x64 OLED Display. The graphic OLED display in the SAEF product range have on-board controllers and interfaces include parallel, serial, and I2C OLED, SPI OLED. These OLED display modules have driven voltages of 3V, or 5V depending on resolution/color.


SAEF offers a wide range of OLED display modules in sizes from 0.42" to 5.5" OLED, such as 0.42" micro OLED Display, 0.49" OLED Display, 0.5" OLED Display, 0.66" mini OLED Display, 0.69" OLED, 0.91" OLED Display, 0.95" OLED, 0.96" OLED Display, 1.5" OLED Display, 2" OLED , 2.4" OLED , 2.7" OLED Display, 5.5" OLED Display, and custom design solutions.

 

Search Keyword:

88x48 oled, oled 88x48, 0.5 oled, 0.5" oled, 0.5 inch oled, oled 0.5", I2C OLED display 0.5, SPI OLED display 0.5, SH1315 OLED Display, SH1315 OLED,CH1115 OLED display, micro OLED, 0.5 inch mini OLED display, thin OLED display , tiny OLED display, round OLED display, color OLED display and OLED touch display.

 

Contact Us

We love to hear about your projects, If you have any questions, we can be reached at sales2@saef.com.cn

Hot Products

Super Low Cost Hight Brightness 3.5 Inch PCAP TFT Display MCU And SPI Interface 12 O'Clock LCD ...
BOE Industrial Grade 15 Inch PCAP TFT Display LVDS Sunlight Readable 1500Nits Product Introduction ...
10.1 Inch Industrial Grade PCAP TFT Display LVDS 1280x800 Pixels With Capacitive Touch Screen​ ...
14 Inch FHD 16:10 PCAP TFT Display EDP 1920x1200 Pixels With Capacitive Touch Screen Product ...
7 Inch PCAP TFT Display 1024x600 1000nits RGB Wide Operating Temperature Product Introduction ...
3.97-Inch(4inch) IPS PCAP TFT Display 480*800 Dots SPI/RGB ZIF 40PIN Product Introduction Product ...