808
Dependents: Chromatograph_Mobile
inc/FT_Platform.h@0:2d0ef4830603, 2016-09-07 (annotated)
- Committer:
- cpm219
- Date:
- Wed Sep 07 21:53:53 2016 +0000
- Revision:
- 0:2d0ef4830603
- Child:
- 10:6a81aeca25e3
first version
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 | |
cpm219 | 0:2d0ef4830603 | 17 | #endif /*_FT_PLATFORM_H_*/ |
cpm219 | 0:2d0ef4830603 | 18 | /* Nothing beyond this*/ |
cpm219 | 0:2d0ef4830603 | 19 | |
cpm219 | 0:2d0ef4830603 | 20 | |
cpm219 | 0:2d0ef4830603 | 21 | |
cpm219 | 0:2d0ef4830603 | 22 | |
cpm219 | 0:2d0ef4830603 | 23 | |
cpm219 | 0:2d0ef4830603 | 24 |