Datasheet

Usage
The OLED display we use is well supported and works for all Feathers, all you need is a
little library support and you will be drawing in no time!
Install Adafruit SSD1306 Library
Start by installing the support library for the OLED display, you'll need it to talk to the OLED
controller chip. We have the Adafruit SSD1306 library repository on
GitHub (http://adafru.it/aHq) if you're interested in looking at the code.
Start by downloading the library. You can do that by visiting the github repo and manually
downloading or, easier, just click this button to download the zip:
Download Adafruit_SSD1306 Library
http://adafru.it/e3E
Rename the uncompressed folder Adafruit_SSD1306 and check that the
Adafruit_SSD1306 folder contains Adafruit_SSD1306.cpp and Adafruit_SSD1306.h
Place the Adafruit_SSD1306 library folder your arduinosketchfolder/libraries/ folder.
You may need to create the libraries subfolder if its your first library. Restart the IDE.We
also have a great tutorial on Arduino library installation at:
© Adafruit Industries https://learn.adafruit.com/adafruit-oled-featherwing Page 17 of 32