Skip to main content Monochrome OLED Breakouts Arduino Library & Examples
Overview
Power Requirements
Arduino Library & Examples
Wiring 128x64 OLEDs
Wiring 128x32 SPI OLED display
Wiring 128x32 I2C Display
Wiring OLD 0.96" 128x64 OLED
CircuitPython Wiring
CircuitPython Setup
CircuitPython Usage
Python Wiring
Python Setup
Python Usage
Troubleshooting
Downloads
Single page
Feedback? Corrections?
Text View
Featured Products view all
Your browser does not support the video tag. Monochrome 1.3" 128x64 OLED graphic display - STEMMA QT / Qwiic $19.95 Add to Cart
Monochrome 0.96" 128x64 OLED Graphic Display - STEMMA QT Out of Stock
Monochrome 128x32 SPI OLED graphic display $17.50 Add to Cart
Monochrome 128x32 I2C OLED graphic display No Longer Stocked
Your browser does not support the video tag. Monochrome 0.91" 128x32 I2C OLED Display - STEMMA QT / Qwiic $12.50 Add to Cart
158 Beginner Skill guide
Arduino Library & Examples
For all of the different kinds of small OLED monochrome displays, you'll need to install the Arduino libraries. The code we have is for any kind of Arduino, if you're using a different microcontroller, the code is pretty simple to adapt, the interface we use is basic bit-twiddling SPI or I2C
Install Arduino Libraries
Using these OLEDs with Arduino sketches requires that two libraries be installed: Adafruit_SSD1306, which handles the low-level communication with the hardware, and Adafruit_GFX, which builds atop this to add graphics functions like lines, circles and text.
In recent versions of the Arduino IDE software (1.6.2 and later), this is most easily done through the Arduino Library Manager.
Open up the Arduino library manager:
Search for the Adafruit SSD1306 library and install it
Search for the Adafruit GFX library and install it
If using an earlier version of the Arduino IDE (prior to 1.8.10), also locate and install Adafruit_BusIO (newer versions will install this dependency automatically).
We also have a great tutorial on Arduino library installation here:http://learn.adafruit.com/adafruit-all-about-arduino-libraries-install-use
Run Demo!
After installing the Adafruit_SSD1306 and Adafruit_GFX library, restart the Arduino IDE. You should now be able to access the sample code by navigating through menus in this order: File→Examples→Adafruit_SSD1306→SSD1306...
After you've finished wiring the display as indicated on the following pages, load the example sketch to demonstrate the capabilities of the library and display.
The OLED SSD1306 driver is based on the Adafruit GFX library which provides all the underlying graphics functions such as drawing pixels, lines, circles, etc. For more details about what you can do with the OLED check out the GFX library tutorial
Create Bitmaps with LCD Assistant
You can create bitmaps to display easily with the LCD assistant software. First make your image using any kind of graphics software such as photoshop or Paint and save as a Monochrome Bitmap (bmp)
Select the following options (You might also want to try Horizontal if Vertical is not coming out right) and import your monochrome bitmap image. Save the output to a cpp fileYou can use the output directly with our example code
Create Bitmaps with image2cpp
image2cpp was created by GitHub user javl and provides a handy way to create bitmaps without installing any additional software. Just visit https://javl.github.io/image2cpp/, upload an image, put in any settings that you would like to use, select a format and generate the code. You can copy the code right into your sketch. If you're interested, you can view the source in their GitHub repository.
Page last edited March 08, 2024
Text editor powered by tinymce.
Power Requirements Wiring 128x64 OLEDs Related Guides Your browser does not support the video tag. This links to the guide Stepper Motor Turntable. Stepper Motor Turntable By Ruiz Brothers intermediate USB MIDI Keyset Controller By Ruiz Brothers intermediate SSD1306 OLED Displays with Raspberry Pi and... By Tony DiCola beginner CircuitPython Hardware: SSD1306 OLED Display By Tony DiCola intermediate MIDI Melody Maker By Ruiz Brothers intermediate Your browser does not support the video tag. This links to the guide Animated Flying Toaster OLED Jewelry. Animated Flying Toaster OLED Jewelry By Phillip Burgess intermediate Pro Trinket Power Meter By Tony DiCola beginner OLED TRON Clock By Dan Malec intermediate Huzzah Weather Display By Andy Doro intermediate GPS Dog Collar By Becky Stern beginner Monitor Your Greenhouse with a No-Code Environmental... By Brent Rubell beginner CircuitPython Powered Sip & Puff with ST LPS33HW... By Bryan Siepert beginner Your browser does not support the video tag. This links to the guide Magic Storybook with ChatGPT. Magic Storybook with ChatGPT By Erin St Blaine advanced Adafruit PowerBoost 500 Shield By lady ada intermediate Adafruit I2S Audio Bonnet for Raspberry Pi By lady ada beginner