No description
Find a file
2024-09-18 20:03:13 +01:00
.github Update CI action versions 2023-05-12 11:24:06 -04:00
examples give us a lil time to wake up 2022-02-12 20:25:29 -05:00
.gitignore initial working 2020-05-14 14:36:05 -04:00
Adafruit_SH110X.cpp Fix broken reset logic if reset pin exceeds 127 due to int8 overflow 2024-09-11 21:15:44 +00:00
Adafruit_SH110X.h Fix broken reset logic if reset pin exceeds 127 due to int8 overflow 2024-09-11 21:15:44 +00:00
Adafruit_SH1106G.cpp Fix broken reset logic if reset pin exceeds 127 due to int8 overflow 2024-09-11 21:15:44 +00:00
Adafruit_SH1107.cpp Fix broken reset logic if reset pin exceeds 127 due to int8 overflow 2024-09-11 21:15:44 +00:00
library.properties Update library.properties - bump version to 2.1.11 2024-09-18 20:03:13 +01:00
license.txt kick 2022-07-31 23:40:32 -04:00
README.md update for correct driver name 2021-01-25 09:11:16 -06:00
splash.h clang 2021-06-06 14:12:00 -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_SH110X. Check that the Adafruit_SH110X folder contains Adafruit_SH110X.cpp and Adafruit_SH110X.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