Forked from Neal Horman: Adafruit_GFX, 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. Now it is adopted also for the SH1106 I2C 128x64 display as well...

Dependents:   Lab06_oled_i2c Lab06_BME280_oled Lab06_oled_clock I2C_SSD1306andSH1106_nucleo_F446RE

Revision:
1:9db12505727a
Parent:
0:c3dcd4c4983a
Child:
2:7bcea45e60d8
--- a/Adafruit_GFX.h	Mon Jul 16 02:19:36 2012 +0000
+++ b/Adafruit_GFX.h	Tue Jul 17 05:54:22 2012 +0000
@@ -42,7 +42,7 @@
         , cursor_x(0)
         , cursor_y(0)
         , textcolor(WHITE)
-        , textbgcolor(WHITE)
+        , textbgcolor(BLACK)
         , textsize(1)
         , rotation(0)
         , wrap(true)