123456789101112131415161718 |
- /****************************************Copyright (c)**************************************************
- * File Name: ST7735S.h
- * Function Describe: Header file for ST7735S.c
- * Explain:
- * Writer: ShiLiangWen
- * Date: 2016-1-8
- ********************************************************************************************************/
- #ifndef __ST7735S_H
- #define __ST7735S_H
- //-------------------------------------------------------------------------------------------------------
- void ST7735Init(void);
- //-------------------------------------------------------------------------------------------------------
- #endif
- /*********************************************************************************************************
- END FILE
- *********************************************************************************************************/
|