00001 /**************************************************************************/ 00017 #ifndef __TFTAMAPPED_H 00018 #define __TFTAMAPPED_H 00019 00020 #include <stdbool.h> 00021 00022 /***************************************************************************/ 00027 /***************************************************************************/ 00032 #ifdef __cplusplus 00033 extern "C" { 00034 #endif 00035 00036 bool TFT_AddressMappedInit(void); 00037 00038 #ifdef __cplusplus 00039 } 00040 #endif 00041 00045 #endif