---
product_id: 288192463
title: "Frienda 2 Pieces I2C OLED Display Module, 0.91 Inch I2C OLED Screen Driver, Compatible with Arduino, Power-Saving, Self-Illuminating, 3.3V - 5V(White Light)"
price: "NZ$20"
currency: NZD
in_stock: true
reviews_count: 10
url: https://www.desertcart.nz/products/288192463-frienda-2-pieces-i2c-oled-display-module-0-91-inch
store_origin: NZ
region: New Zealand
---

# Compact 0.91 inch size Ultra low power consumption Seamless I2C interface Frienda 2 Pieces I2C OLED Display Module, 0.91 Inch I2C OLED Screen Driver, Compatible with Arduino, Power-Saving, Self-Illuminating, 3.3V - 5V(White Light)

**Price:** NZ$20
**Availability:** ✅ In Stock

## Summary

> ✨ Small Screen, Big Impact: Elevate your DIY projects with Frienda’s sleek OLED duo! 🔥

## Quick Answers

- **What is this?** Frienda 2 Pieces I2C OLED Display Module, 0.91 Inch I2C OLED Screen Driver, Compatible with Arduino, Power-Saving, Self-Illuminating, 3.3V - 5V(White Light)
- **How much does it cost?** NZ$20 with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.nz](https://www.desertcart.nz/products/288192463-frienda-2-pieces-i2c-oled-display-module-0-91-inch)

## Best For

- Customers looking for quality international products

## Why This Product

- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Key Features

- • **Rugged Reliability:** Operates flawlessly from -40°C to 85°C, built to withstand your most demanding environments.
- • **Dual Display Advantage:** Two modules in one pack—double your creative potential and prototype like a pro.
- • **Plug & Play Simplicity:** I2C interface slashes wiring complexity—get your projects up and running faster than ever.
- • **Power-Smart Brilliance:** Experience vivid OLED visuals with minimal energy drain, perfect for eco-conscious tech pros.
- • **Universal Compatibility:** Effortlessly integrates with Arduino, Raspberry Pi, ESP8266, STM32, and more—future-proof your builds.

## Overview

The Frienda 2 Pieces I2C OLED Display Module features two compact 0.91-inch blue OLED screens with 128x32 resolution, operating on 3.3V to 5V DC. Utilizing a power-efficient I2C interface, these modules offer easy integration with popular platforms like Arduino and Raspberry Pi. Designed for durability, they function reliably across a wide temperature range (-40°C to 85°C), making them ideal for versatile electronics projects.

## Description

Features: This 0.91-inch I2C OLED display module is designed for DIY electronics projects, offering a low-power, high-performance solution for displaying data. The module features a compact design and an easy-to-use I2C interface, making it an excellent choice for both beginners and experienced developers looking to enhance their projects with vibrant displays. Specifications: Size: 0.91 inch OLED Resolution: 128 x 32 Size: 38 x 12 mm Interface type: IIC interface Pin description: GND: power ground VCC: Power + (Direct Current 3.3 - 5V) Operating temperature: -40 - 85 degree Celsius SCL: clock line SDA: data line Package includes: 2 x I2C OLED display modules Notes: Please note that these I2C OLED display module comes without pin headers

Review: Small but good. - Functional and as described.
Review: Display is a little small, but works well - This works great with my Gotek, but I do wish it was a little bigger

## Features

- Compatibility with Popular Platforms: compatible with Arduino, also compatible with ESP8266, STM32, etc.; Ideal for DIY projects and electronics enthusiasts
- Power-saving OLED Technology: outperforms traditional LCD displays with lower energy consumption and no backlight required; Please note that these I2C OLED display module comes without pin headers
- Ease of Use with I2C Interface: simplifies connections and setup, allowing for quick integration into your projects
- Perfect for DIY electronics projects: compact design and high performance for displaying data seamlessly; 3.35V power; Operating temperature: -40 - 85 degree Celsius; Resolution: 128 x 32
- Built to last: reliable and long-lasting design, ideal for both beginners and experienced developers

## Technical Specifications

| Specification | Value |
|---------------|-------|
| Best Sellers Rank | #726 in Single Board Computers (Computers & Accessories) |
| Customer Reviews | 4.4 out of 5 stars 155 Reviews |

## Images

![Frienda 2 Pieces I2C OLED Display Module, 0.91 Inch I2C OLED Screen Driver, Compatible with Arduino, Power-Saving, Self-Illuminating, 3.3V - 5V(White Light) - Image 1](https://m.media-amazon.com/images/I/71gpxvejy3L.jpg)
![Frienda 2 Pieces I2C OLED Display Module, 0.91 Inch I2C OLED Screen Driver, Compatible with Arduino, Power-Saving, Self-Illuminating, 3.3V - 5V(White Light) - Image 2](https://m.media-amazon.com/images/I/71IzQbOyKeL.jpg)
![Frienda 2 Pieces I2C OLED Display Module, 0.91 Inch I2C OLED Screen Driver, Compatible with Arduino, Power-Saving, Self-Illuminating, 3.3V - 5V(White Light) - Image 3](https://m.media-amazon.com/images/I/61L3G2Cf3AL.jpg)
![Frienda 2 Pieces I2C OLED Display Module, 0.91 Inch I2C OLED Screen Driver, Compatible with Arduino, Power-Saving, Self-Illuminating, 3.3V - 5V(White Light) - Image 4](https://m.media-amazon.com/images/I/71TqXRmQ9SL.jpg)
![Frienda 2 Pieces I2C OLED Display Module, 0.91 Inch I2C OLED Screen Driver, Compatible with Arduino, Power-Saving, Self-Illuminating, 3.3V - 5V(White Light) - Image 5](https://m.media-amazon.com/images/I/71hdOH9evWL.jpg)

## Questions & Answers

**Q: Anyone know the i2c device id for this module?**
A: Mine were 0x3C, received June 2021

This might help:
#define OLED_RESET     -1 // Reset pin # (or -1 if sharing Arduino reset pin)
#define SCREEN_ADDRESS 0x3C ///< See datasheet for Address; 0x3D for 128x64, 0x3C for 128x32
#define SCREEN_WIDTH 128 // OLED display width, in pixels
#define SCREEN_HEIGHT 32 // OLED display height, in pixels
Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET);

**Q: Is the manual available?**
A: There is no manual. There are four connection points. Refer to generic I2C LCD information.

**Q: Does this come with pins?**
A: Mike came with pins. They need to be soldered in.

**Q: Will this work with particle.io boron?**
A: I dont know about the boron, but the particle photon's pins are A3 & A5

## Customer Reviews

### ⭐⭐⭐⭐⭐ Small but good.
*by A***N on August 17, 2025*

Functional and as described.

### ⭐⭐⭐⭐⭐ Display is a little small, but works well
*by M***K on July 10, 2023*

This works great with my Gotek, but I do wish it was a little bigger

### ⭐⭐⭐⭐ Couldn't interface with another I2C device
*by D***N on June 15, 2021*

I wanted to use this for a solar-powered cloud-connected temp/humid meter. I've made a few of these already. However this display would not work with the SHT40 sensor. The sensor and display both sit on the I2C bus and you should be able to connect up to 127 devices on the I2C bus, but when I add the standard SSD1306 OLED code from the example in the Arduino IDE, the MCU can no longer see the SHT40 sensor, says it's not present, and nothing ever shows on the display. When I comment out the SSD1306 OLED code the sensor works fine. There's no I2C address printed on this display and no mention of one in the description. I tried the standard one of 0x3c and also 0x3d but got nothing. Have never seen the display light up at all, not even the splash screen.

## Frequently Bought Together

- 2 Pieces I2C Display Module 0.91 Inch I2C OLED Display Module I2C OLED Screen Driver 3.3V - 5V (White Light)
- ELEGOO 120pcs Multicolored Dupont Wire 40pin Male to Female, 40pin Male to Male, 40pin Female to Female Breadboard Jumper Ribbon Cables Kit Compatible with Arduino Projects
- Hosyond 5 Pcs 0.96 Inch OLED I2C IIC Display Module 12864 128x64 Pixel SSD1306 Mini Self-Luminous OLED Screen Board Compatible with Arduino Raspberry Pi(Blue and Yellow)

---

## 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.nz/products/288192463-frienda-2-pieces-i2c-oled-display-module-0-91-inch](https://www.desertcart.nz/products/288192463-frienda-2-pieces-i2c-oled-display-module-0-91-inch)

---

*Product available on Desertcart New Zealand*
*Store origin: NZ*
*Last updated: 2026-06-01*