Fork of Adafruit OLED driver to debug integration with RedBear Nano SPI driver

Dependents:   SPI_GFX_nano

Fork of Adafruit_GFX by Neal Horman

Revision:
13:8f03f908f22a
Parent:
11:86909e6db3c8
Child:
15:77feec1c0684
--- a/Adafruit_SSD1306.cpp	Tue Oct 21 02:16:49 2014 +0000
+++ b/Adafruit_SSD1306.cpp	Tue Oct 21 02:30:58 2014 +0000
@@ -23,9 +23,6 @@
 #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