Deleted Adafruit Llgo

Dependents:   GPS_OLED_HelloWorld WIZwiki-REST-io_v101 WIZwiki-REST-io_v102 WIZwiki-REST-io_v103

Fork of Adafruit_GFX by DongEun Koak

Revision:
17:e42e6f9c84e0
Parent:
16:7fb1d4d3525d
--- 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