A derived version of the BSD licensed Adafrut GFX library for the SSD1306 controller for an OLED 128x32 or 128x64 display using SPI or I2C.

Dependents:   Group2 c8_Final_course1

Revision:
17:813083eb8180
Parent:
15:77feec1c0684
--- a/Adafruit_SSD1306.h	Tue Nov 11 22:08:20 2014 +0000
+++ b/Adafruit_SSD1306.h	Wed Jun 12 08:06:27 2019 +0000
@@ -176,7 +176,7 @@
 	    , mi2cAddress(i2cAddress)
 	    {
 		    begin();
-		    splash();
+		  //  splash();
 		    display();
 	    };