PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Revision:
61:123aefc978a7
Parent:
56:71e4c6b1efb4
--- a/POKITTO_CORE/PokittoDisplay.h	Sun Oct 07 10:19:52 2018 +0000
+++ b/POKITTO_CORE/PokittoDisplay.h	Tue Oct 09 12:07:25 2018 +0000
@@ -79,6 +79,7 @@
 #define	COLOR_BLUE                          (uint16_t)(0x001F)
 #define	COLOR_RED                           (uint16_t)(0xF800)
 #define	COLOR_GREEN                         (uint16_t)(0x07E0)
+#define COLOR_DARKGREEN						(uint16_t)(0x03E0)	
 #define COLOR_CYAN                          (uint16_t)(0x07FF)
 #define COLOR_MAGENTA                       (uint16_t)(0xF81F)
 #define COLOR_YELLOW                        (uint16_t)(0xFFE0)