Forked from Neal Horman: Adafruit_GFX, a derived version of the BSD licensed Adafrut GFX library for the SSD1306 controller for an OLED 128x32 or 128x64 display using SPI or I2C. Now it is adopted also for the SH1106 I2C 128x64 display as well...

Dependents:   Lab06_oled_i2c Lab06_BME280_oled Lab06_oled_clock I2C_SSD1306andSH1106_nucleo_F446RE

Revision:
11:86909e6db3c8
Parent:
9:ddb97c9850a2
Child:
13:8f03f908f22a
--- a/Adafruit_SSD1306.cpp	Sun Oct 19 20:55:27 2014 +0000
+++ b/Adafruit_SSD1306.cpp	Tue Oct 21 02:04:08 2014 +0000
@@ -23,6 +23,9 @@
 #include "mbed.h"
 #include "Adafruit_SSD1306.h"
 
+/// Uncomment this define in __FILE to disable the AdaFruit splash image
+//#define NO_SPLASH_ADAFRUIT
+
 #define SSD1306_SETCONTRAST 0x81
 #define SSD1306_DISPLAYALLON_RESUME 0xA4
 #define SSD1306_DISPLAYALLON 0xA5