Library for FT810 EVE chip

Fork of FT810 by Curtis Mattull

inc/FT_Platform.h

Committer:
mozillain
Date:
2017-09-16
Revision:
10:4c10e6aeb239
Parent:
0:2d0ef4830603
Child:
11:435747a1f2ae

File content as of revision 10:4c10e6aeb239:

#ifndef _FT_PLATFORM_H_
#define _FT_PLATFORM_H_
/* HAL inclusions */
#include "FT_DataTypes.h"
#include "FT_Gpu_Hal.h"
#include "FT_Gpu.h"
#include "FT_Hal_Utils.h"
#include "FT_LCD_Type.h"
#include "FT_color.h"

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