No description
Find a file
2020-08-23 17:47:13 -04:00
.github add actions 2020-06-05 19:06:06 -04:00
examples/OLED_featherwing update to grayscale oled object 2020-08-23 14:12:54 -04:00
.gitignore initial working 2020-05-14 14:36:05 -04:00
Adafruit_SH110X.cpp update to grayscale oled object 2020-08-23 14:12:54 -04:00
Adafruit_SH110X.h update to grayscale oled object 2020-08-23 14:12:54 -04:00
Desktop.ini initial working 2020-05-14 14:36:05 -04:00
library.properties Update library.properties 2020-08-23 17:47:13 -04:00
license.txt initial working 2020-05-14 14:36:05 -04:00
README.md fix tag & bump for init release 2020-06-05 23:57:42 -04:00
splash.h clangers 2020-06-05 19:27:55 -04:00

Build Status

This is a library for our Monochrome OLEDs based on SH110X drivers

Pick one up today in the adafruit shop! ------> http://www.adafruit.com/category/63_98

These displays use I2C or SPI to communicate, 2 to 5 pins are required to interface.

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

Written by Limor Fried/Ladyada for Adafruit Industries. BSD license, check license.txt for more information. All text above must be included in any redistribution

Preferred installation method is to use the Arduino IDE Library Manager. To download the source from Github instead, click "Clone or download" above, then "Download ZIP." After uncompressing, rename the resulting folder Adafruit_SSD1306. Check that the Adafruit_SSD1306 folder contains Adafruit_SSD1306.cpp and Adafruit_SSD1306.h.

You will also have to install the Adafruit GFX library which provides graphics primitves such as lines, circles, text, etc. This also can be found in the Arduino Library Manager, or you can get the source from https://github.com/adafruit/Adafruit-GFX-Library