Library for FT810 EVE chip

Fork of FT810 by Curtis Mattull

Committer:
mozillain
Date:
Wed Jan 24 13:04:36 2018 +0000
Revision:
12:74108436751e
Parent:
11:435747a1f2ae
Diff

Who changed what in which revision?

UserRevisionLine numberNew contents of line
cpm219 0:2d0ef4830603 1 #ifndef _FT_PLATFORM_H_
cpm219 0:2d0ef4830603 2 #define _FT_PLATFORM_H_
mozillain 11:435747a1f2ae 3
mozillain 11:435747a1f2ae 4 #define DISPLAY_RESOLUTION_WVGA (1)
mozillain 11:435747a1f2ae 5 #define FT_811_ENABLE (1)
mozillain 11:435747a1f2ae 6 #define ENABLE_SPI_SINGLE (1)
mozillain 12:74108436751e 7 #define FT_81X_ENABLE (1)
mozillain 11:435747a1f2ae 8
mozillain 11:435747a1f2ae 9
mozillain 11:435747a1f2ae 10
mozillain 10:4c10e6aeb239 11 /* HAL inclusions */
cpm219 0:2d0ef4830603 12 #include "FT_DataTypes.h"
cpm219 0:2d0ef4830603 13 #include "FT_Gpu_Hal.h"
mozillain 10:4c10e6aeb239 14 #include "FT_Gpu.h"
cpm219 0:2d0ef4830603 15 #include "FT_Hal_Utils.h"
cpm219 0:2d0ef4830603 16 #include "FT_LCD_Type.h"
cpm219 0:2d0ef4830603 17 #include "FT_color.h"
cpm219 0:2d0ef4830603 18
mozillain 11:435747a1f2ae 19
cpm219 0:2d0ef4830603 20 #endif /*_FT_PLATFORM_H_*/
mozillain 11:435747a1f2ae 21 /* Nothing beyond this*/
mozillain 11:435747a1f2ae 22
mozillain 11:435747a1f2ae 23
mozillain 11:435747a1f2ae 24
mozillain 11:435747a1f2ae 25