Adafruit
Adafruit Grayscale 1.5 128x128 OLED Graphic Display - STEMMA QT / Qwiic
The Adafruit Grayscale 1.5" OLED Display delivers 128×128 pixels with 16 levels of grayscale on a crisp, high-contrast OLED panel. Driven by the SSD1327 cont...
Get notified when back in stock
The Adafruit Grayscale 1.5" OLED Display delivers 128×128 pixels with 16 levels of grayscale on a crisp, high-contrast OLED panel. Driven by the SSD1327 controller, it connects via I²C or SPI and includes STEMMA QT / Qwiic connectors for solderless I²C hookup. An on-board 3.3V regulator and 12V boost converter handle power, and all logic pins are level-shifted for compatibility with both 3.3V and 5V devices.
With no backlight needed, OLED technology provides excellent contrast and low power consumption. The 4-bit grayscale capability lets you display smooth gradients and shading, going well beyond simple monochrome graphics.
Key Features
- 128×128 Grayscale OLED – 16 levels (4-bit) of grayscale for smooth shading and gradients
- 1.5" Diagonal – Compact yet highly readable due to OLED contrast
- SSD1327 Controller – Supports I²C and SPI communication
- STEMMA QT / Qwiic Connectors – Solderless I²C connection, compatible with SparkFun Qwiic ecosystem
- Level-Shifted Logic – Works with both 3.3V and 5V microcontrollers
- On-Board Power Regulation – 3.3V regulator and 12V boost converter included
- Arduino and CircuitPython Libraries – Ready-to-use driver support
Ideal For
- Displaying graphics, icons, and data with grayscale detail
- Sensor dashboards and status displays
- Embedded projects needing a compact, high-contrast screen
- Prototyping with STEMMA QT / Qwiic for quick, solderless connections
Package Contents
- 1× Adafruit Grayscale 1.5" 128×128 OLED Display with STEMMA QT connectors
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- 3.3V regulator
- A 3.3V regulator is a power circuit that provides a steady 3.3 volts for parts that need that supply voltage. On a breakout board, it can let the sensor run safely even when the connected microcontroller or power source uses a higher voltage.
- boost converter
- A boost converter is a switching power circuit that raises a lower input voltage to a higher output voltage. It is used when a device needs more voltage than its power source provides, for example running a 5 V sensor from a 3.3 V supply.
- 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.
- ESP32
- ESP32 is a family of low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- 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.
- Qwiic
- Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
- RAM
- RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- SAMD21
- The SAMD21 is a Microchip (formerly Atmel) 32-bit Arm Cortex-M0+ microcontroller used in many Arduino-compatible boards. The exact chip affects which libraries, clock speeds and peripheral features are available, so software needs to support the SAMD21 specifically.
- SAMD51
- A family of 32-bit ARM Cortex-M4 microcontroller chips from Microchip, often used to run the main program on a development board. When a board is built around a SAMD51 it generally offers more speed and memory than basic 8-bit microcontrollers, which helps with demanding tasks such as graphics, audio or fast data handling.
- 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.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- STEMMA
- A plug-and-cable connection system used on some maker electronics boards to make wiring simpler. If a product uses STEMMA, you need the matching cable or connector type to plug it in without soldering.
- STEMMA QT
- A small plug-in connector system for I2C boards that lets you connect compatible sensors and controllers without soldering. It matters because it can make wiring faster and less error-prone, especially when adding several small modules to a project.
Find this product in
Brands
Displays & Screens
introducing adafruit stemma qt
Document · 1.5 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au