updated for FT810 and 800x480 display

Dependents:   FT810_RGB_demo FT81x_TripComp_test FT810_LoadJPG

Fork of FT800_2 by Peter Drescher

Committer:
dreschpe
Date:
Fri Jan 03 15:26:10 2014 +0000
Revision:
0:5e013296b353
Child:
2:ab74a9a05970
Lib for FTDI FT800 Graphic Controller EVE

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dreschpe 0:5e013296b353 1 #ifndef _FT_PLATFORM_H_
dreschpe 0:5e013296b353 2 #define _FT_PLATFORM_H_
dreschpe 0:5e013296b353 3
dreschpe 0:5e013296b353 4 #include "FT_DataTypes.h"
dreschpe 0:5e013296b353 5 #include "FT_Gpu_Hal.h"
dreschpe 0:5e013296b353 6 #include "FT_Gpu.h"
dreschpe 0:5e013296b353 7 //#include "FT_CoPro_Cmds.h"
dreschpe 0:5e013296b353 8 //#include "FT_LCD_Type.h"
dreschpe 0:5e013296b353 9
dreschpe 0:5e013296b353 10
dreschpe 0:5e013296b353 11 #endif /*_FT_PLATFORM_H_*/
dreschpe 0:5e013296b353 12 /* Nothing beyond this*/
dreschpe 0:5e013296b353 13
dreschpe 0:5e013296b353 14
dreschpe 0:5e013296b353 15
dreschpe 0:5e013296b353 16
dreschpe 0:5e013296b353 17
dreschpe 0:5e013296b353 18