Menu
Your Cart

1.3 Inch I2C/IIC WHITE OLED Display Module 4pin

1.3 Inch I2C/IIC WHITE OLED Display Module 4pin
1.3 Inch I2C/IIC WHITE OLED Display Module 4pin
1.3 Inch I2C/IIC WHITE OLED Display Module 4pin
1.3 Inch I2C/IIC WHITE OLED Display Module 4pin
1.3 Inch I2C/IIC WHITE OLED Display Module 4pin
This Product is available in Ahmedabad - India Warehouse .
Approx Delivery Time is 2-5 Days.
₹316
7 or more ₹284
30 or more ₹275

(Excluding 18% GST)

OLED (Organic Light-Emitting Diode) is a self-light-emitting technology composed of a thin, multi-layered organic film placed between an anode and cathode. In contrast to LCD technology, OLED does not require a backlight. OLED possesses high application potential for virtually all types of displays and is regarded as the ultimate technology for the next generation of flat-panel displays.

This 1.3″ I2C OLED Display is an OLED monochrome 128×64 dot matrix display module with I2C Interface. It is perfect when you need an ultra-small display. Comparing to LCD, OLED screens are way more competitive, which has a number of advantages such as high brightness, self-emission, high contrast ratio, slim outline, wide viewing angle, wide temperature range, and low power consumption. It is compatible with any 3.3V-5V microcontroller, such as Arduino.

Features :

  • No need of the backlight
  • The display is self-illuminating
  • Power requirement is low
  • They are offering the large viewing angle

Package Includes: 

 

1 x 1.3 Inch I2C/IIC WHITE OLED Display Module 4pin

 

 

 

Test Code for Arduino Uno:

 

//Include the graphics library.

#include "U8glib.h" 

//Initialize display.

U8GLIB_SSD1306_128X64 u8g(U8G_I2C_OPT_NONE | U8G_I2C_OPT_DEV_0);

void setup(void)

{

//Set font.

u8g.setFont(u8g_font_unifont);

}

void loop(void)

{

u8g.firstPage();

do {

draw();

} while (u8g.nextPage());

//Delay before repeating the loop.

delay(50);

}

void draw(void)

{

//Write text. (x, y, text)

u8g.drawStr(20, 40, "Hello World.");

}

 

 

 

Do not forget to add "U8glib.h" Library.

Output:

 

 

 

Technical
IC Chip

SSH1106

Display Area

3.45 x 1.9 cm

Display Size

1.3 inch

Interface Type

IIC

Operating Temperature Range

-40º ~ 70º C

Pixel Color

White

Resolution

128 x 64 Pixels

Voltage

3.3-5V

Dimensions (LxWxH)

3.55 x 3.55 x 0.4 cm

Write a review

Note: HTML is not translated!
Bad Good

The product is currently Out-of-Stock. Enter your email address below and we will notify you as soon as the product is available.

Name
Email
Phone
Comments