tftdirect.h

Go to the documentation of this file.
00001 /**************************************************************************/
00035 #ifndef __TFTDIRECT_H
00036 #define __TFTDIRECT_H
00037 
00038 #include <stdbool.h>
00039 #include "em_device.h"
00040 #include "em_ebi.h"
00041 
00042 /***************************************************************************/
00047 /***************************************************************************/
00052 #ifdef __cplusplus
00053 extern "C" {
00054 #endif
00055 
00056 void TFT_DirectGPIOConfig(void);
00057 bool TFT_DirectInit(const EBI_TFTInit_TypeDef *tftInit);
00058 
00059 #ifdef __cplusplus
00060 }
00061 #endif
00062 
00066 #endif