lighten up half bright green

This commit is contained in:
Dave Murphy 2014-12-12 10:58:16 +00:00
parent 5fe960fda0
commit 382f1320ce

View File

@ -10,7 +10,7 @@
static u16 colorTable[] = { static u16 colorTable[] = {
RGB565( 0, 0, 0), // normal black RGB565( 0, 0, 0), // normal black
RGB565(17, 0, 0), // normal red RGB565(17, 0, 0), // normal red
RGB565( 0,15, 0), // normal green RGB565( 0,34, 0), // normal green
RGB565(17,34, 0), // normal yellow RGB565(17,34, 0), // normal yellow
RGB565( 0, 0,17), // normal blue RGB565( 0, 0,17), // normal blue
RGB565(17, 0,17), // normal magenta RGB565(17, 0,17), // normal magenta