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

Fork of Adafruit_GFX by DongEun Koak

Revision:
19:25d3e39e8b13
Parent:
17:e42e6f9c84e0
diff -r 3112550cc6a3 -r 25d3e39e8b13 Adafruit_SSD1306.cpp
--- a/Adafruit_SSD1306.cpp	Tue Jun 23 09:49:01 2015 +0000
+++ b/Adafruit_SSD1306.cpp	Tue Jun 12 03:21:41 2018 +0000
@@ -140,6 +140,7 @@
 	command(SSD1306_SETLOWCOLUMN | 0x0);  // low col = 0
 	command(SSD1306_SETHIGHCOLUMN | 0x0);  // hi col = 0
 	command(SSD1306_SETSTARTLINE | 0x0); // line #0
+	command(0xb0);		// page 0
 	sendDisplayBuffer();
 	command(SSD1306_DISPLAYON);
 }