tftspi.h

Go to the documentation of this file.
00001 /**************************************************************************/
00018 #ifndef __SPI_TFT_H
00019 #define __SPI_TFT_H
00020 
00021 #include <stdint.h>
00022 
00023 /***************************************************************************/
00028 /***************************************************************************/
00033 #ifdef __cplusplus
00034 extern "C" {
00035 #endif
00036 
00037 void SPI_TFT_Init(void);
00038 void SPI_TFT_WriteRegister(uint8_t reg, uint16_t data);
00039 
00040 #ifdef __cplusplus
00041 }
00042 #endif
00043 
00047 #endif