4DGL-uLCD-SE with removed color defines

Fork of 4DGL-uLCD-SE by jim hamblen

Revision:
8:e69d654ee30f
Parent:
7:e39a44de229a
--- a/uLCD_4DGL_main.cpp	Sat Nov 30 02:05:15 2013 +0000
+++ b/uLCD_4DGL_main.cpp	Fri Nov 21 18:27:18 2014 +0000
@@ -48,7 +48,7 @@
     cls();       // clear screen
     current_col         = 0;            // initial cursor col
     current_row         = 0;            // initial cursor row
-    current_color       = WHITE;        // initial text color
+    current_color       = 0xFFFFFF;        // initial text color
     current_orientation = IS_PORTRAIT;  // initial screen orientation
     current_hf = 1;
     current_wf = 1;