---
product_id: 13962292
title: "0.96\" OLED Module I2C IIC Serial 128X64 OLED Display Module SSD1306 Driver for Arduino 51 MSP420 STIM32 SCR Raspberry PI (1pc X Blue)"
brand: "diymall"
price: "€ 14.63"
currency: EUR
in_stock: true
url: https://www.desertcart.be/products/13962292-0-96-oled-module-i2c-iic-serial-128x64-oled-display
store_origin: BE
region: Belgium
---

# I2C/IIC two-wire interface 0.96" vibrant blue OLED SSD1306 driver for seamless integration 0.96" OLED Module I2C IIC Serial 128X64 OLED Display Module SSD1306 Driver for Arduino 51 MSP420 STIM32 SCR Raspberry PI (1pc X Blue)

**Brand:** diymall
**Price:** € 14.63
**Availability:** ✅ In Stock

## Summary

> 🔵 Elevate your DIY game with crisp, compact OLED brilliance!

## Quick Answers

- **What is this?** 0.96" OLED Module I2C IIC Serial 128X64 OLED Display Module SSD1306 Driver for Arduino 51 MSP420 STIM32 SCR Raspberry PI (1pc X Blue) by diymall
- **How much does it cost?** € 14.63 with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.be](https://www.desertcart.be/products/13962292-0-96-oled-module-i2c-iic-serial-128x64-oled-display)

## Best For

- diymall enthusiasts

## Why This Product

- Trusted diymall brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Key Features

- • **Quick & Secure Mounting:** Four pre-drilled square holes ensure fast, stable installation—get your project up and running in no time.
- • **Universal Compatibility:** Works flawlessly with Arduino, Raspberry Pi, MSP430, STM32, and more—future-proof your setup.
- • **Customizable IIC Address:** Easily switch addresses to avoid conflicts and integrate multiple displays seamlessly.
- • **Effortless I2C Connectivity:** Simplify wiring with just two I/O ports, perfect for sleek, minimalist builds.
- • **Vivid 0.96" Blue OLED Display:** Crystal-clear 128x64 resolution for sharp visuals that stand out in any project.

## Overview

This 0.96-inch blue OLED module features a 128x64 pixel resolution driven by the SSD1306 IC, utilizing a simple I2C interface with only two I/O pins. Compatible with popular platforms like Arduino, Raspberry Pi, MSP430, and STM32, it offers customizable IIC addressing and easy installation via four mounting holes, making it an ideal choice for professional-grade embedded projects.

## Description

0.96" OLED Module I2C IIC Serial 128X64 OLED Display Module SSD1306 Driver for Arduino 51 MSP420 STIM32 SCR Raspberry PI (1pc X Blue)

## Features

- Compatible with MMDVM，Pi-Star, and it works with raspberry pi. https://tech(dot)scargill(dot)net/ssd1306-with-python/
- Four square holes are easy to install. The IIC address can be changed,it is convenient to use with different machines
- Driver IC: SSD1306, Communication: IIC, only two I / O ports
- What you will get is : 1 X 0.96inch oled module blue

## Product Details

- **Connector Type:** Solder
- **Number Of Contacts:** 2
- **Mounting Type:** Panel Mount
- **Material:** Acrylonitrile Butadiene Styrene (ABS)
- **Color:** 1pc X Blue
- **Brand:** DIYmall
- **Voltage:** 3.3 Volts
- **Number Of Poles:** 2
- **Product Dimensions:** 0.96"W x 0.16"H
- **Upper Temperature Rating:** 8E+1 Degrees Celsius

## Images

![0.96" OLED Module I2C IIC Serial 128X64 OLED Display Module SSD1306 Driver for Arduino 51 MSP420 STIM32 SCR Raspberry PI (1pc X Blue) - Image 1](https://m.media-amazon.com/images/I/51yRwi1ZgLL.jpg)
![0.96" OLED Module I2C IIC Serial 128X64 OLED Display Module SSD1306 Driver for Arduino 51 MSP420 STIM32 SCR Raspberry PI (1pc X Blue) - Image 2](https://m.media-amazon.com/images/I/51QIph0HmgL.jpg)
![0.96" OLED Module I2C IIC Serial 128X64 OLED Display Module SSD1306 Driver for Arduino 51 MSP420 STIM32 SCR Raspberry PI (1pc X Blue) - Image 3](https://m.media-amazon.com/images/I/61Nn+ubdtwL.jpg)
![0.96" OLED Module I2C IIC Serial 128X64 OLED Display Module SSD1306 Driver for Arduino 51 MSP420 STIM32 SCR Raspberry PI (1pc X Blue) - Image 4](https://m.media-amazon.com/images/I/71PFBLdqI9L.jpg)
![0.96" OLED Module I2C IIC Serial 128X64 OLED Display Module SSD1306 Driver for Arduino 51 MSP420 STIM32 SCR Raspberry PI (1pc X Blue) - Image 5](https://m.media-amazon.com/images/I/51JJBo6IiyL.jpg)

## Available Options

This product comes in different **Color** options.

## Questions & Answers

**Q: anyone made this into a pico projector? basically need to know if the screen can be separated from the backlight without damage.**
A: Not really. Physically, yes it emits and you can image the emitting surface onto a wall/screen. You lose intensity as the magnification increases - if you project the screen to be 10x the size of the display it will be 10x dimmer and have lower contrast.

**Q: Does this display give you the option to pick blue or yellow pixles threwout the display or is just the top portion yellow and the rest blue?**
A: Pixel values are either 1 or 0. The screen is made up of 8 rows of "pages" that are each 8 pixels high, giving a total of 64 rows of pixels. The easy to use Adafruit library for Arduino hides these details from you. There are 2 sections of pages on the screen. The top section contains 2 pages of yellow (value 1) or black (value 0). The bottom section contains pages 6 pages that are blue (value 1) or black (value 0). There is a black horizontal line that separates the top 2 pages from the 6 bottom pages. The screen is essentially 2 separate LED panels. This is useful if its desired to have 2 separate screens. If not, they do make other versions of this screen that are 1 single color which are 1 complete panel without the separation. For my purposes it's great to have the separation.

**Q: new to arduino.. will this work with the uno**
A: It should work with any Arduino or variant like the Teensy that has SCL and SDA pins. Look at the pinout. The Uno and Nano even use the same chip, the 328P.

I just connected mine to a Teensy 3.0. I found that even though on the display it says the address is 0x78, I had to leave the default address of 0x3C in the example program I tried it with.

**Q: Can you read this display in direct sunlight?**
A: Yes, it would be bright enough.  But I don't think I would leave any electronics exposed to direct sun light for extended periods of time.

## Frequently Bought Together

- DIYmall 0.96" OLED Module I2C IIC Serial 128X64 OLED Display Module SSD1306 Driver for Arduino 51 MSP420 STIM32 SCR Raspberry PI (1pc X Blue)
- ELEGOO Nano Board CH 340/ATmega+328P Without USB Cable, Compatible with Arduino Nano V3.0 (Nano x 3 Without Cable)
- uxcell® 10 Pcs A3144 3 Terminal Sensitive Hall Effect Switch Sensor

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.be/products/13962292-0-96-oled-module-i2c-iic-serial-128x64-oled-display](https://www.desertcart.be/products/13962292-0-96-oled-module-i2c-iic-serial-128x64-oled-display)

---

*Product available on Desertcart Belgium*
*Store origin: BE*
*Last updated: 2026-04-27*