Previous
16x4 Blue Backlight LCD Display for Arduino Projects in Bangladesh

16×2 I2C LCD Display (Blue Backlit)

Original price was: 190.00৳ .Current price is: 159.00৳ .
Next

IR Receiver Module Kit 38KHz

Original price was: 285.00৳ .Current price is: 219.00৳ .
IR Receiver Module Kit 38KHz for Arduino

0.96 Inch OLED Display Module

Original price was: 440.00৳ .Current price is: 339.00৳ .

0.96 Inch OLED Display (White/Blue) โ€“ ideal for Arduino, ESP32, and Raspberry Pi. Compact, bright, and low-power display for all your IoT or DIY projects.


๐Ÿš€ Delivery & Shipping Information

๐Ÿšš

Inside Dhaka

69 BDT ย ยทย  24 Hours

๐Ÿ›ต

Outside Dhaka

129 BDT ย ยทย  24โ€“72 Hrs

โœ… Cash On Delivery Available

COD Available โ†’ Pay After Receiving Your Parcel

๐Ÿ“ฆ

Carefully Packed

To Ensure Safe Delivery

โšก

Fast Order Processing

& Quick Dispatch

17 in stock
Add to Wishlist
Add to Wishlist
Trust Badge Image

Description

The 0.96 Inch I2C OLED Display is a compact, ultra-bright, and low-power display module that brings a sharp visual output to any microcontroller project using just two wires โ€” SDA and SCL. Based on the popular SSD1306 driver chip with a 128ร—64 pixel resolution, this display is perfect for showing sensor readings, status messages, menus, icons, and real-time data in your Arduino, ESP32, or ESP8266 projects.

Unlike LCD displays that require a backlight and multiple data wires, this OLED display emits its own light from each pixel โ€” making it crisper, more energy-efficient, and visible even in direct sunlight. Available in Blue or White pixel colour depending on stock, it is one of the most widely used displays in Bangladesh for IoT projects, robotics, and learning electronics.

โญ Key Features

๐Ÿ–ฅ๏ธ

128 ร— 64 Pixel Resolution

Sharp crisp display โ€” fits multiple lines of text, icons and graphs

๐Ÿ”—

I2C Interface โ€” Only 2 Wires

SDA + SCL only โ€” frees up all your other GPIO pins for sensors

๐Ÿ’ก

Self-Emitting OLED Pixels

No backlight needed โ€” each pixel glows itself, visible in any light

๐Ÿ”‹

Ultra Low Power

Only 20mA typical โ€” ideal for battery-powered IoT projects

๐Ÿ”Œ

3.3V and 5V Compatible

Works with both 3.3V and 5V boards โ€” Arduino, ESP32, ESP8266

๐Ÿ“

Compact 0.96 Inch Size

Tiny footprint โ€” fits into small enclosures and wearable builds

๐Ÿš€ What Can You Display on This OLED?

๐ŸŒก๏ธ

Sensor Readings

Temperature, humidity, pressure and gas values

๐Ÿ“Š

Live Data Graphs

Real-time data visualisation and progress bars

๐Ÿ“‹

Status & Menus

System status messages and navigation menus

๐Ÿค–

Robot Display

Show robot state, speed, battery and direction

โŒš

DIY Clock & Timer

Digital clock, countdown timer and stopwatch projects

๐Ÿ‘ค Who Should Buy This?

๐ŸŽ“ Beginners

Learning Arduino or ESP32? Adding a display makes your project come alive โ€” and I2C needs only 2 wires to connect

๐Ÿ“š Students

University projects, sensor dashboards, embedded systems assignments and IoT lab work

โš™๏ธ Engineers

Prototyping devices that need a local display for debugging, status output or user interface

๐Ÿ› ๏ธ Hobbyists

Makers building weather stations, clocks, robot dashboards or any project needing a visual output

โš”๏ธ OLED I2C vs LCD 16×2 vs LCD 20×4 โ€” Which Display Should You Use?

A practical comparison to help you pick the right display for your project

Feature

THIS ITEM

OLED 0.96″

I2C โ€” SSD1306

COMMON

LCD 16ร—2

I2C or Parallel

LARGER

LCD 20ร—4

I2C or Parallel

Display TypeOLED โ€” self-emittingLCD โ€” backlitLCD โ€” backlit
Resolution128ร—64 pixels16 chars ร— 2 rows20 chars ร— 4 rows
Graphics Supportโœ… Full โ€” icons, graphs, imagesโŒ Text onlyโŒ Text only
Wires Needed2 (SDA + SCL)2 (with I2C adapter)2 (with I2C adapter)
Power Draw~20mA โ€” very low~80mA โ€” backlight~120mA โ€” backlight
Sunlight Visibilityโœ… Excellentโš ๏ธ Difficult to readโš ๏ธ Difficult to read
Best ForGraphs, icons, compact buildsSimple text outputMore text lines needed

๐Ÿ”ง Features & Specifications

Feature โš™๏ธDetails
๐Ÿ–ฅ๏ธ Product Type0.96 Inch I2C OLED Display Module
๐Ÿ“ Screen Size0.96 Inch
๐Ÿ–ผ๏ธ Resolution128 ร— 64 Pixels
๐Ÿ”— InterfaceI2C (SDA + SCL)
๐Ÿงฉ Driver ChipSSD1306
๐Ÿ“ I2C Address0x3C (default) / 0x3D (alternate)
โšก Operating Voltage3.3V โ€“ 5V
๐Ÿ”‹ Current Draw~20mA (typical)
๐Ÿ’ก Pixel ColourBlue or White (subject to stock)
๐ŸŽฏ Compatible WithArduino, ESP32, ESP8266, STM32, Raspberry Pi Pico
๐Ÿ“ PinsVCC, GND, SDA, SCL (4 pins)
๐Ÿ› ๏ธ LibraryAdafruit SSD1306 + Adafruit GFX

๐Ÿ”ง Library Install & Setup Guide

The OLED display requires two Arduino libraries to work โ€” Adafruit SSD1306 and Adafruit GFX. Both are free and installed directly from Arduino IDE in under 2 minutes.

โš ๏ธ Most Common Issue โ€” Display Shows Nothing: The default I2C address used in most examples is 0x3C. If your display stays blank, try changing the address to 0x3D in your code. You can also run an I2C scanner sketch to confirm your display’s address โ€” see Step 3 below.
1

Install Adafruit SSD1306 Library

Open Arduino IDE โ†’ Sketch โ†’ Include Library โ†’ Manage Libraries โ†’ Search Adafruit SSD1306 โ†’ Click Install. When prompted, also install all dependencies including Adafruit GFX Library.

2

Wire the Display

Connect 4 wires only โ€” VCC โ†’ 3.3V or 5V, GND โ†’ GND, SDA โ†’ SDA pin (A4 on Arduino Uno, GPIO21 on ESP32), SCL โ†’ SCL pin (A5 on Arduino Uno, GPIO22 on ESP32).

3

Confirm Your I2C Address

Not sure which address your display uses? Go to File โ†’ Examples โ†’ Wire โ†’ i2c_scanner and upload it. Open Serial Monitor at 9600 baud โ€” it will print the exact I2C address of your display (usually 0x3C or 0x3D).

4

Run the Example Sketch

Go to File โ†’ Examples โ†’ Adafruit SSD1306 โ†’ ssd1306_128x64_i2c. Make sure the address in Adafruit_SSD1306 display(128, 64, &Wire, -1) matches your display. Upload and watch the demo run on screen.

๐Ÿ“Œ Wiring Reference โ€” OLED to Common Boards

OLED PIN โ†’ BOARD PIN CONNECTIONS

OLED PinArduino UnoESP32ESP8266
VCC5V or 3.3V3.3V3.3V
GNDGNDGNDGND
SDAA4GPIO21GPIO4 (D2)
SCLA5GPIO22GPIO5 (D1)

๐Ÿ’ป Quick Start โ€” Example Code

๐Ÿ–ฅ๏ธ

Example 1 โ€” Display Hello World Text

#include <Wire.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
 
// Define display dimensions
#define SCREEN_WIDTH  128
#define SCREEN_HEIGHT 64
#define OLED_RESET    -1  // No reset pin
#define I2C_ADDRESS   0x3C  // Try 0x3D if blank screen
 
Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET);
 
void setup() {
  Serial.begin(115200);
  if (!display.begin(SSD1306_SWITCHCAPVCC, I2C_ADDRESS)) {
    Serial.println("SSD1306 not found! Check wiring & address.");
    while (1);
  }
  display.clearDisplay();
  display.setTextSize(2);
  display.setTextColor(SSD1306_WHITE);
  display.setCursor(10, 20);
  display.println("Dream RC!");
  display.display();
}
 
void loop() {}

If the display stays blank, change 0x3C to 0x3D on the I2C_ADDRESS line.

๐Ÿ“Š

Example 2 โ€” Display Live Sensor Value (e.g. Temperature)

// Add after display setup in loop() โ€” shows a live counter as example
 
void loop() {
  float temperature = random(20, 40);  // Replace with real sensor read
 
  display.clearDisplay();
 
  // Label
  display.setTextSize(1);
  display.setTextColor(SSD1306_WHITE);
  display.setCursor(0, 0);
  display.println("Temperature:");
 
  // Large value
  display.setTextSize(3);
  display.setCursor(0, 20);
  display.print(temperature, 1);
  display.println(" C");
 
  display.display();
  delay(1000);
}

Replace the random() with your actual sensor read โ€” e.g. DHT11, DHT22, or BMP280.

โ“ Frequently Asked Questions

โ“ My OLED display shows nothing โ€” how do I fix it?

Check three things in order: (1) Wiring โ€” make sure SDA and SCL are not swapped. (2) I2C address โ€” run the i2c_scanner sketch to confirm whether your display is at 0x3C or 0x3D, then update your code. (3) Library โ€” make sure both Adafruit SSD1306 and Adafruit GFX are installed. These three steps fix 99% of blank screen issues.

โ“ Can I connect multiple OLED displays to the same board?

Yes โ€” since I2C supports multiple devices on the same bus, you can connect two OLED displays at the same time if they have different I2C addresses (0x3C and 0x3D). On some displays there is a solder bridge on the back to change the address from 0x3C to 0x3D.

โ“ Which library should I use for this OLED with Arduino?

Use the Adafruit SSD1306 library together with Adafruit GFX Library โ€” both available directly in Arduino IDE Library Manager. For ESP32 and ESP8266 projects, the same libraries work without any changes.

โ“ Does this OLED work with ESP32 and ESP8266?

Yes โ€” the 0.96 inch I2C OLED display works with Arduino, ESP32, ESP8266, STM32, and Raspberry Pi Pico. Just connect SDA and SCL to the correct I2C pins of your board (see wiring table above) and use the Adafruit SSD1306 library.

โ“ What is the 0.96 Inch OLED Display price in Bangladesh?

The 0.96 Inch I2C OLED Display price in BD is 339 BDT from Dream RC โ€” the best price available in Bangladesh with genuine SSD1306 module, fast delivery, and Cash on Delivery support nationwide.

๐Ÿ“ฆ Package Includes

๐Ÿ“ฆ

1 ร— 0.96 Inch I2C OLED Display Module (SSD1306)

Pin headers pre-soldered โ€” connection cables and breadboard not included

๐Ÿ’ฌ 0.96 Inch OLED Display Price in BD & Why Buy From Dream RC?

The 0.96 Inch I2C OLED Display price in BD is 339 BDT. Buy this SSD1306 OLED display module in Bangladesh from Dream RC โ€” your trusted source for displays, sensors, and electronics components at the best price with fast nationwide delivery.

Genuine SSD1306 OLED module with pre-soldered headers โ€” ready to wire and code immediately. Cash on Delivery available everywhere in Bangladesh.

โœ… COD Available
Pay after receiving
โšก Fast Dispatch
Quick processing
๐Ÿšš Inside Dhaka
69 BDT โ€” 24 hrs
๐Ÿ›ต Outside Dhaka
129 BDT โ€” 24โ€“72 hrs

Additional information

Display Color

White, Blue

Reviews

There are no reviews yet.

Be the first to review “0.96 Inch OLED Display Module”

Your email address will not be published. Required fields are marked *

You may also like…

Shopping cart

0
image/svg+xml

No products in the cart.

Continue Shopping