OLED 096
0.96" - 128x64 OLED B&W Display
- Overview
- Commands
- Samples
- On-Module Code
A small 0.96" 128×64 OLED display — sharp, high-contrast, self-illuminated. Black-and-white only, but the resolution leaves room for plenty of text plus graphics. Render with simple text commands over any supported interface, using the engine's Graphics library.
Common uses: wearable readouts, compact instrument panels, side-of-the-board diagnostics displays, smart sensors with a built-in screen, and any project that needs a tiny but high-contrast display.
Key features • 0.96" display | Resources 📄 Schematics PID: 0x010004 |
Modules ship without cables to reduce waste. Some specialty boards include a USB cable; for the rest, see Cables to add cables to your order.
Commands this module accepts. See Samples for runnable code in popular host languages.
The commands below set the display up. To draw on it, use the engine's built-in Graphics library — the same drawing functions (Line, Text, Rect, Show, etc.) render to any display in the DUELink catalog, so the same drawing code works no matter which display you have connected.
| Function | Description |
|---|---|
GetW() | Get display width: 128. |
GetH() | Get display height: 64. |
IsColor() | Returns 0. |
DVer() | This driver version. |
Peek under the hood
The script below is this module's driver — it teaches the hardware how to respond to the commands listed above. It ships pre-loaded from the factory; most users never need to open it.
loading...
Example code that calls this module's commands from popular host languages.
New here? See Get Started to connect a module and send your first command.
- Python
- MicroPython
- JavaScript
- .NET
- Arduino
- MicroBlocks
loading...
loading...
loading...
loading...
loading...
This sample project runs on a MicroBlocks-enabled device that is tethered to this module. Note that this tethered module needs to have the official DUELink firmware and its module driver. See MicroBlocks page to learn more.
Click the button below to open, edit, and run the project directly on MicroBlocks' website.
Code that runs directly on this module's MCU. See On-Module Code for an overview.
- Script
- Arduino IDE
This example runs using the default DUELink Internal Engine using its Scripting Language, and it expects the module's driver to be loaded first, see the Commands Tab.
loading...
See Arduino IDE page for more info.
loading...
Ordering Info
| Product | Part Number | Price |
|---|---|---|
| DUELink OLED 096 | GDL-DSOLED096-A | $14.95 |