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
00001 /* mbed Library for FTDI FT800 Enbedded Video Engine "EVE" 00002 * based on Original Code Sample from FTDI 00003 * ported to mbed by Peter Drescher, DC2PD 2014 00004 * Released under the MIT License: http://mbed.org/license/mit */ 00005 00006 #ifndef _FT_PLATFORM_H_ 00007 #define _FT_PLATFORM_H_ 00008 00009 #include "FT_DataTypes.h" 00010 #include "FT_Gpu_Hal.h" 00011 #include "FT_Hal_Utils.h" 00012 #include "FT_Gpu.h" 00013 #include "FT_LCD_Type.h" 00014 #include "FT_color.h" 00015 00016 00017 #endif /*_FT_PLATFORM_H_*/ 00018 /* Nothing beyond this*/ 00019 00020 00021 00022 00023 00024
Generated on Sat Jul 16 2022 15:08:10 by
1.7.2
