tftspi.h

Go to the documentation of this file.
00001 /**************************************************************************/
00036 #ifndef __SPI_TFT_H
00037 #define __SPI_TFT_H
00038 
00039 #include <stdint.h>
00040 
00041 /***************************************************************************/
00046 /***************************************************************************/
00051 #ifdef __cplusplus
00052 extern "C" {
00053 #endif
00054 
00055 void SPI_TFT_Init(void);
00056 void SPI_TFT_WriteRegister(uint8_t reg, uint16_t data);
00057 
00058 #ifdef __cplusplus
00059 }
00060 #endif
00061 
00065 #endif