Library for FT810 EVE chip

Fork of FT810 by Curtis Mattull

inc/FT_Platform.h

Committer:
mozillain
Date:
2018-01-24
Revision:
12:74108436751e
Parent:
11:435747a1f2ae

File content as of revision 12:74108436751e:

#ifndef _FT_PLATFORM_H_
#define _FT_PLATFORM_H_

#define DISPLAY_RESOLUTION_WVGA                     (1)
#define FT_811_ENABLE                           (1)
#define ENABLE_SPI_SINGLE                       (1)
#define FT_81X_ENABLE                               (1)



/* 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*/