Lib FT800 Modifiee

Dependents:   FT800_Lib_perso

Committer:
schnf30
Date:
Tue Feb 08 08:17:31 2022 +0000
Revision:
0:7ea2f058a713
Librairie FT800 adaptee avec drawline, Brigntness etc...

Who changed what in which revision?

UserRevisionLine numberNew contents of line
schnf30 0:7ea2f058a713 1 /* mbed Library for FTDI FT800 Enbedded Video Engine "EVE"
schnf30 0:7ea2f058a713 2 * based on Original Code Sample from FTDI
schnf30 0:7ea2f058a713 3 * ported to mbed by Peter Drescher, DC2PD 2014
schnf30 0:7ea2f058a713 4 * Released under the MIT License: http://mbed.org/license/mit */
schnf30 0:7ea2f058a713 5
schnf30 0:7ea2f058a713 6 #ifndef _FT_PLATFORM_H_
schnf30 0:7ea2f058a713 7 #define _FT_PLATFORM_H_
schnf30 0:7ea2f058a713 8
schnf30 0:7ea2f058a713 9 #include "FT_DataTypes.h"
schnf30 0:7ea2f058a713 10 #include "FT_Gpu_Hal.h"
schnf30 0:7ea2f058a713 11 #include "FT_Gpu.h"
schnf30 0:7ea2f058a713 12 #include "FT_LCD_Type.h"
schnf30 0:7ea2f058a713 13 #include "FT_color.h"
schnf30 0:7ea2f058a713 14
schnf30 0:7ea2f058a713 15 #endif /*_FT_PLATFORM_H_*/
schnf30 0:7ea2f058a713 16 /* Nothing beyond this*/
schnf30 0:7ea2f058a713 17
schnf30 0:7ea2f058a713 18
schnf30 0:7ea2f058a713 19
schnf30 0:7ea2f058a713 20
schnf30 0:7ea2f058a713 21
schnf30 0:7ea2f058a713 22
schnf30 0:7ea2f058a713 23