updated for FT810 and 800x480 display

Dependents:   FT810_RGB_demo FT81x_TripComp_test FT810_LoadJPG

Fork of FT800_2 by Peter Drescher

FT_Platform.h

Committer:
dreschpe
Date:
2014-01-04
Revision:
2:ab74a9a05970
Parent:
0:5e013296b353
Child:
3:392d2c733c68

File content as of revision 2:ab74a9a05970:

/* mbed Library for FTDI FT800  Enbedded Video Engine "EVE"
 * based on Original Code Sample from FTDI 
 * ported to mbed by Peter Drescher, DC2PD 2014
 * Released under the MIT License: http://mbed.org/license/mit */

#ifndef _FT_PLATFORM_H_
#define _FT_PLATFORM_H_

#include "FT_DataTypes.h"
#include "FT_Gpu_Hal.h"
#include "FT_Gpu.h"

#endif /*_FT_PLATFORM_H_*/
/* Nothing beyond this*/