Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of FT800_3 by
FT_Platform.h@6:16e22c789f7d, 2015-02-10 (annotated)
- Committer:
- dreschpe
- Date:
- Tue Feb 10 23:32:22 2015 +0000
- Revision:
- 6:16e22c789f7d
- Parent:
- 3:392d2c733c68
- Child:
- 7:a69ac4d39afd
Add function to read/write touch calibration data.; Add color names ; Add a patch from Ivano Pelicella to draw flat buttons
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
dreschpe | 2:ab74a9a05970 | 1 | /* mbed Library for FTDI FT800 Enbedded Video Engine "EVE" |
dreschpe | 2:ab74a9a05970 | 2 | * based on Original Code Sample from FTDI |
dreschpe | 2:ab74a9a05970 | 3 | * ported to mbed by Peter Drescher, DC2PD 2014 |
dreschpe | 2:ab74a9a05970 | 4 | * Released under the MIT License: http://mbed.org/license/mit */ |
dreschpe | 2:ab74a9a05970 | 5 | |
dreschpe | 0:5e013296b353 | 6 | #ifndef _FT_PLATFORM_H_ |
dreschpe | 0:5e013296b353 | 7 | #define _FT_PLATFORM_H_ |
dreschpe | 0:5e013296b353 | 8 | |
dreschpe | 0:5e013296b353 | 9 | #include "FT_DataTypes.h" |
dreschpe | 0:5e013296b353 | 10 | #include "FT_Gpu_Hal.h" |
dreschpe | 0:5e013296b353 | 11 | #include "FT_Gpu.h" |
dreschpe | 3:392d2c733c68 | 12 | #include "FT_LCD_Type.h" |
dreschpe | 6:16e22c789f7d | 13 | #include "FT_color.h" |
dreschpe | 0:5e013296b353 | 14 | |
dreschpe | 0:5e013296b353 | 15 | #endif /*_FT_PLATFORM_H_*/ |
dreschpe | 0:5e013296b353 | 16 | /* Nothing beyond this*/ |
dreschpe | 0:5e013296b353 | 17 | |
dreschpe | 0:5e013296b353 | 18 | |
dreschpe | 0:5e013296b353 | 19 | |
dreschpe | 0:5e013296b353 | 20 | |
dreschpe | 0:5e013296b353 | 21 | |
dreschpe | 0:5e013296b353 | 22 |