- code cleaned up in many points for a better readability - removed SPIPreinit and I2CPreinit classes - moved various method implementations from .h files to the corresponding .cpp ones - the splash() and clearDisplay() methods now directly update the display; no more need to call the display() method after them

Dependencies:   Adafruit_GFX mbed

Fork of Adafruit_GFX by Neal Horman

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)