808
Dependents: Chromatograph_Mobile
inc/FT_Platform.h@13:5959af2ac87a, 2020-09-01 (annotated)
- Committer:
- nikmaos
- Date:
- Tue Sep 01 10:52:05 2020 +0000
- Revision:
- 13:5959af2ac87a
- Parent:
- 10:6a81aeca25e3
1.09.2020
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
cpm219 | 0:2d0ef4830603 | 1 | /* mbed Library for FTDI FT800 Enbedded Video Engine "EVE" |
cpm219 | 0:2d0ef4830603 | 2 | * based on Original Code Sample from FTDI |
cpm219 | 0:2d0ef4830603 | 3 | * ported to mbed by Peter Drescher, DC2PD 2014 |
cpm219 | 0:2d0ef4830603 | 4 | * Released under the MIT License: http://mbed.org/license/mit */ |
cpm219 | 0:2d0ef4830603 | 5 | |
cpm219 | 0:2d0ef4830603 | 6 | #ifndef _FT_PLATFORM_H_ |
cpm219 | 0:2d0ef4830603 | 7 | #define _FT_PLATFORM_H_ |
cpm219 | 0:2d0ef4830603 | 8 | |
cpm219 | 0:2d0ef4830603 | 9 | #include "FT_DataTypes.h" |
cpm219 | 0:2d0ef4830603 | 10 | #include "FT_Gpu_Hal.h" |
cpm219 | 0:2d0ef4830603 | 11 | #include "FT_Hal_Utils.h" |
cpm219 | 0:2d0ef4830603 | 12 | #include "FT_Gpu.h" |
cpm219 | 0:2d0ef4830603 | 13 | #include "FT_LCD_Type.h" |
cpm219 | 0:2d0ef4830603 | 14 | #include "FT_color.h" |
cpm219 | 0:2d0ef4830603 | 15 | |
cpm219 | 0:2d0ef4830603 | 16 | #endif /*_FT_PLATFORM_H_*/ |
cpm219 | 0:2d0ef4830603 | 17 | |
JackB | 10:6a81aeca25e3 | 18 | /* Nothing beyond this*/ |