Library for FT810 EVE chip

Dependents:   PANEL_GUI_hello_world

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers FT_Platform.h Source File

FT_Platform.h

00001 /* mbed Library for FTDI FT800  Enbedded Video Engine "EVE"
00002  * based on Original Code Sample from FTDI 
00003  * ported to mbed by Peter Drescher, DC2PD 2014
00004  * Released under the MIT License: http://mbed.org/license/mit */
00005 
00006 #ifndef _FT_PLATFORM_H_
00007 #define _FT_PLATFORM_H_
00008 
00009 #include "FT_DataTypes.h"
00010 #include "FT_Gpu_Hal.h"
00011 #include "FT_Hal_Utils.h"
00012 #include "FT_Gpu.h"
00013 #include "FT_LCD_Type.h"
00014 #include "FT_color.h"
00015 
00016 
00017 #endif /*_FT_PLATFORM_H_*/
00018 /* Nothing beyond this*/
00019 
00020 
00021 
00022 
00023 
00024