Skip to content

SSD1306 oled driver library for 'monochrome' 128x64 and 128x32 OLEDs. Uses I2C.h, not wire.h library

License

Notifications You must be signed in to change notification settings

Scott216/SSD1306_I2C_DSS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a library for Adafruit Monochrome OLEDs based on SSD1306 drivers
It's a forked from https://github.com/adafruit/Adafruit_SSD1306

This version removes SPI support and doesn't use the wire.h library to communicate over I2C.  Instead it uses I2C.h library from DSS Circuits: http://dsscircuits.com/articles/arduino-i2c-master-library.html

The I2C.h library from DSS is faster then wire.h, uses less memory and supports timeouts.

This version has only been tested with the 128x32 I2C OLED, not the 128x64 version


Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
128 x 32 OLED http://www.adafruit.com/products/931
128 x 64 OLED http://www.adafruit.com/products/326


Original library Written by Limor Fried/Ladyada  for Adafruit Industries
Scrolling code contributed by Michael Gregg
This version was modified by Scott Goldthwaite 

BSD license, check license.txt for more information All text above must be included in any redistribution

You will also have to download the Adafruit GFX Graphics core which does all the circles, text, rectangles, etc. You can get it from https://github.com/adafruit/Adafruit-GFX-Library and download/install that library as well 

About

SSD1306 oled driver library for 'monochrome' 128x64 and 128x32 OLEDs. Uses I2C.h, not wire.h library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 51.6%
  • Other 48.4%