Adafruit_SH1106_0 (community library)

Summary

Name Value
Name Adafruit_SH1106_0
Version 0.1.0
Installs 5361
License Whatever Adafruit uses
Author Adafruit, wonho-maker, Paul Kourney, Gerrit Coetzee
URL https://github.com/chriszero/Adafruit_SH1106_Particle
Repository https://github.com/chriszero/Adafruit_SH1106_Particle.git
Download .tar.gz

Port of wonho-maker's SH1106 port of Adafruit's SSD1306 OLED library based on Paul Kourney's port of the same libray. Anyway, you can run your SSH1106 OLED's now. Don't know which boards this doesn't work for.

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

SH1106 Driver for Particle

  • Actual work was done by (forked from): https://github.com/wonho-maker/Adafruit_SH1106
  • Ported By Gerrit Coetzee, gerritcoetzee.com 2017
  • Stack-overflowed heavily from Paul Kourany's port of the Adafruit_SSD1306 library for particle

Adafruit_SH1106

Adafruit graphic library for SH1106 driver lcds.

some small oled lcd use SH1106 driver.

I change the adafruit SSD1306 to SH1106

SH1106 driver similar to SSD1306. thus, just change the display() method.

However, SH1106 driver don't provide several functions such as scroll commands.

Adafruit-GFX-Library https://github.com/adafruit/Adafruit-GFX-Library

Browse Library Files