Merge pull request #2 from Flat/patch-1

Fix COLOR_BLUE to actually be blue
This commit is contained in:
d0k3 2016-03-24 20:04:43 +01:00
commit e0ce88300c

View File

@ -19,7 +19,7 @@
#define COLOR_RED RGB(0xFF, 0x00, 0x00)
#define COLOR_GREEN RGB(0x00, 0xFF, 0x00)
#define COLOR_BLUE RGB(0xFF, 0x00, 0xFF)
#define COLOR_BLUE RGB(0x00, 0x00, 0xFF)
#define COLOR_YELLOW RGB(0xFF, 0xFF, 0x00)
#define COLOR_CYAN RGB(0xFF, 0x00, 0xFF)