SSD1306 I2C Display Driver  1.1.0
This library is developed to control SSD1306 I2C OLED Display
SSD1306 API.

This is SSD1306 i2c oled display driver implementation for Arduino.

SSD1306 Library

Introduction

SSD1306 I2C OLED Display library is intended for use on controllers with very small amount of SRAM. First of all, it is developed for ATTiny controllers to use as few resources as possible (in simple case it requires only 18 bytes of SRAM). Since ATTiny controllers have no division and multiply operations, the library has some limited functionaly, and uses shift operation to speed up calculations. But it is still can be used to develop simple graphics applications (please, refer to examples).

Key Features:

For Attiny85/Attiny45 controllers OLED display must be connected to PB3 (SCL) and PB4 (SDA) lines. For other controllers pins are defined by standard Wire library. The pins can be modified for Attiny in ssd1306_i2c_conf.h file.