Modified Adafruit GFX library with support for selecting displays using an 74HC4067 Analog Multiplexer

Dependents:   mbed_oled

Fork of Adafruit_GFX by Neal Horman

Revision:
17:bf0e4072b06d
Parent:
16:7fb1d4d3525d
Child:
18:45467135ad3b
--- a/Adafruit_SSD1306.cpp	Tue Nov 11 22:08:20 2014 +0000
+++ b/Adafruit_SSD1306.cpp	Fri Jan 30 00:00:56 2015 +0000
@@ -59,6 +59,7 @@
     // turn on VCC (9V?)
 
     command(SSD1306_DISPLAYOFF);
+    
     command(SSD1306_SETDISPLAYCLOCKDIV);
     command(0x80);                                  // the suggested ratio 0x80
 
@@ -97,6 +98,7 @@
     command(SSD1306_NORMALDISPLAY);
     
     command(SSD1306_DISPLAYON);
+
 }
 
 // Set a single pixel