Added hex value definition YELLOW->0xFFFF00

Fork of 4DGL-uLCD-SE by jim hamblen

Files at this revision

API Documentation at this revision

Comitter:
jplager3
Date:
Thu Mar 16 06:46:36 2017 +0000
Parent:
8:2cb1845d7681
Commit message:
Added hex value definition YELLOW->0xFFFF00

Changed in this revision

uLCD_4DGL.h Show annotated file Show diff for this revision Revisions of this file
diff -r 2cb1845d7681 -r b48dcbbcb69a uLCD_4DGL.h
--- a/uLCD_4DGL.h	Wed Oct 28 14:52:48 2015 +0000
+++ b/uLCD_4DGL.h	Thu Mar 16 06:46:36 2017 +0000
@@ -140,6 +140,7 @@
 #define BLUE  0x0000FF
 #define LGREY 0xBFBFBF
 #define DGREY 0x5F5F5F
+#define YELLOW 0xFFFF00
 
 // Mode data
 #define BACKLIGHT    '\x00'