the OLED driver from Adafruit, make a little bug fix.

Fork of Adafruit_GFX by DongEun Koak

Revision:
17:e42e6f9c84e0
Parent:
16:7fb1d4d3525d
Child:
19:25d3e39e8b13
--- a/Adafruit_SSD1306.cpp	Tue Nov 11 22:08:20 2014 +0000
+++ b/Adafruit_SSD1306.cpp	Tue Jun 23 09:21:11 2015 +0000
@@ -141,6 +141,7 @@
 	command(SSD1306_SETHIGHCOLUMN | 0x0);  // hi col = 0
 	command(SSD1306_SETSTARTLINE | 0x0); // line #0
 	sendDisplayBuffer();
+	command(SSD1306_DISPLAYON);
 }
 
 // Clear the display buffer. Requires a display() call at some point afterwards