for Riverdi EVE-70

Dependents:   disp70 disp70

inc/FT_Platform.h

Committer:
vitlog
Date:
2020-06-18
Revision:
11:2f11d40f0f9a
Parent:
10:6a81aeca25e3

File content as of revision 11:2f11d40f0f9a:

/* 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_Hal_Utils.h"
#include "FT_Gpu.h"
#include "FT_LCD_Type.h"
#include "FT_color.h"

#endif /*_FT_PLATFORM_H_*/

/* Nothing beyond this*/