This is the same 4DGL-uLCD-SE library as what it's forked from with just an #ifndef statement.

Fork of 4DGL-uLCD-SE by jim hamblen

Revision:
8:d901d4d206e6
Parent:
7:e39a44de229a
--- a/uLCD_4DGL.h	Sat Nov 30 02:05:15 2013 +0000
+++ b/uLCD_4DGL.h	Mon Jun 16 17:55:03 2014 +0000
@@ -27,6 +27,9 @@
 #define DEBUGMODE 0
 #endif
 
+#ifndef ULCD_4DGL_H
+#define ULCD_4DGL_H
+
 // Common WAIT value in milliseconds between commands
 #define TEMPO 0
 
@@ -337,6 +340,7 @@
 
 typedef unsigned char BYTE;
 
+#endif // ULCD_4DGL_H
 
 
 
@@ -344,3 +348,4 @@
 
 
 
+