copy

Fork of 4DGL-uLCD-SE by jim hamblen

Revision:
8:2cb1845d7681
Parent:
7:e39a44de229a
--- a/uLCD_4DGL.h	Sat Nov 30 02:05:15 2013 +0000
+++ b/uLCD_4DGL.h	Wed Oct 28 14:52:48 2015 +0000
@@ -21,7 +21,8 @@
 // @author Stephane Rochon
 
 #include "mbed.h"
-
+#ifndef _uLCD
+#define _uLCD 0
 // Debug Verbose off - SGE commands echoed to USB serial for debugmode=1
 #ifndef DEBUGMODE
 #define DEBUGMODE 0
@@ -336,6 +337,7 @@
 };
 
 typedef unsigned char BYTE;
+#endif
 
 
 
@@ -343,4 +345,3 @@
 
 
 
-