updated for FT810 and 800x480 display

Dependents:   FT810_RGB_demo FT81x_TripComp_test FT810_LoadJPG

Fork of FT800_2 by Peter Drescher

Committer:
davidchilds
Date:
Wed Feb 24 14:04:34 2016 +0000
Revision:
7:a69ac4d39afd
Parent:
6:16e22c789f7d
The updated library for FT810 with 800x480 display; Thanks to FTDI and Peter Drescher for getting this far

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dreschpe 6:16e22c789f7d 1 // color definitions for FT800 controler
dreschpe 6:16e22c789f7d 2
dreschpe 6:16e22c789f7d 3 #define Red 255,0,0
dreschpe 6:16e22c789f7d 4 #define Pink 255,192,203
dreschpe 6:16e22c789f7d 5 #define DarkRed 139,0,0
dreschpe 6:16e22c789f7d 6 #define OrangeRed 255,69,0
dreschpe 6:16e22c789f7d 7 #define Orange 255,165,0
dreschpe 6:16e22c789f7d 8 #define Gold 255,215,ß
dreschpe 6:16e22c789f7d 9 #define Yellow 255,255,0
dreschpe 6:16e22c789f7d 10 #define LightYellow 255,255,224
dreschpe 6:16e22c789f7d 11 #define Magenta 255,0,255
dreschpe 6:16e22c789f7d 12 #define Indigo 75,0,130
dreschpe 6:16e22c789f7d 13 #define SlateBlue 106,90,205
dreschpe 6:16e22c789f7d 14 #define Blue 0,0,255
dreschpe 6:16e22c789f7d 15 #define DarkBlue 0,0,139
dreschpe 6:16e22c789f7d 16 #define SkyBlue 135,206,235
dreschpe 6:16e22c789f7d 17 #define LightBlue 173,216,230
dreschpe 6:16e22c789f7d 18 #define White 255,255,255
dreschpe 6:16e22c789f7d 19 #define Black 0,0,0
dreschpe 6:16e22c789f7d 20 #define Gray 128,128,128
dreschpe 6:16e22c789f7d 21 #define DarkGray 169,169,169
dreschpe 6:16e22c789f7d 22 #define Silver 192,192,192
dreschpe 6:16e22c789f7d 23 #define Brown 165,42,42
dreschpe 6:16e22c789f7d 24 #define Green 0,128,0
dreschpe 6:16e22c789f7d 25 #define DarkGreen 0,100,0
dreschpe 6:16e22c789f7d 26 #define YellowGreen 154,205,50
dreschpe 6:16e22c789f7d 27 #define Olive 128,128,0
dreschpe 6:16e22c789f7d 28 #define Lime 0,255,0
dreschpe 6:16e22c789f7d 29 #define Purple 128,0,128
dreschpe 6:16e22c789f7d 30 #define Tomato 255,99,71
dreschpe 6:16e22c789f7d 31 #define Violet 235,130,238
dreschpe 6:16e22c789f7d 32 #define Plum 221,160,221
dreschpe 6:16e22c789f7d 33 #define GreenYellow 173,255,47
dreschpe 6:16e22c789f7d 34 #define Cyan 0,255,255
dreschpe 6:16e22c789f7d 35 #define Aquamarine 127,255,212
dreschpe 6:16e22c789f7d 36 #define LightGray 211,211,211
dreschpe 6:16e22c789f7d 37
dreschpe 6:16e22c789f7d 38