Adafruit
Monochrome 0.96 128x64 OLED graphic display
This 0.96" monochrome OLED display packs 128×64 individually controllable white pixels into a compact, highly readable screen. Because OLED pixels produce th...
This 0.96" monochrome OLED display packs 128×64 individually controllable white pixels into a compact, highly readable screen. Because OLED pixels produce their own light, no backlight is needed — resulting in excellent contrast, low power consumption, and crisp visuals even at this small size.
The breakout board supports both SPI and I2C interfaces (selectable via solder jumpers on the back) and is fully 5V-ready with an onboard regulator and built-in boost converter. Connect directly to any 3.3V or 5V microcontroller without a level shifter.
Key Features
- 128×64 White OLED Pixels – High contrast, self-illuminating display
- 0.96" Diagonal – Compact yet highly readable
- SPI or I2C Interface – Selectable via solder jumpers on the back
- 3.3V and 5V Compatible – Onboard regulator and boost converter, no level shifter needed
- No Backlight Required – Lower power draw compared to LCD displays
- SSD1306 Controller – Well-supported with Arduino and CircuitPython libraries
Ideal For
- Arduino and microcontroller projects requiring a small display
- Sensor readout and data visualisation
- Wearable electronics
- IoT dashboards and status indicators
Package Contents
- 1× Monochrome 0.96" 128×64 OLED graphic display breakout
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- boost converter
- A boost converter is a power circuit that raises a lower input voltage to a higher output voltage. It matters here because the board can power a sensor that needs a higher supply voltage while still using a single connector for power and data.
- breakout
- A breakout is a small circuit board that makes a tiny or hard-to-solder component easier to connect to with standard pins. It matters because this OLED module can be wired into a microcontroller project without needing to solder directly to the display’s fine contacts.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- LCD
- LCD stands for liquid crystal display, a screen technology that uses a backlight and liquid crystals to show images or text. It matters because LCD modules usually need a display driver and enough controller pins or a bus interface to send image data.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- OLED
- OLED stands for organic light-emitting diode, a display type where each pixel produces its own light. It matters because OLED screens are thin, high-contrast and easy to read for small status displays, but they can be more sensitive to image burn-in than some other display types.
- RAM
- RAM is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
Find this product in
Brands
Displays & Screens
Related Tutorials
Free guides on learn.littlebird.com.au