Screen for lab 4

Fork of 4DGL-uLCD-SE by jim hamblen

Files at this revision

API Documentation at this revision

Comitter:
doctorgrue
Date:
Thu Oct 22 20:30:22 2015 +0000
Parent:
7:e39a44de229a
Commit message:
Added colors

Changed in this revision

uLCD_4DGL.h Show annotated file Show diff for this revision Revisions of this file
--- a/uLCD_4DGL.h	Sat Nov 30 02:05:15 2013 +0000
+++ b/uLCD_4DGL.h	Thu Oct 22 20:30:22 2015 +0000
@@ -139,6 +139,8 @@
 #define BLUE  0x0000FF
 #define LGREY 0xBFBFBF
 #define DGREY 0x5F5F5F
+#define ORANGE 0xFFA500
+#define YELLOW 0xFFFF00
 
 // Mode data
 #define BACKLIGHT    '\x00'