ST7735S.h 888 B

123456789101112131415161718
  1. /****************************************Copyright (c)**************************************************
  2. * File Name: ST7735S.h
  3. * Function Describe: Header file for ST7735S.c
  4. * Explain:
  5. * Writer: ShiLiangWen
  6. * Date: 2016-1-8
  7. ********************************************************************************************************/
  8. #ifndef __ST7735S_H
  9. #define __ST7735S_H
  10. //-------------------------------------------------------------------------------------------------------
  11. void ST7735Init(void);
  12. //-------------------------------------------------------------------------------------------------------
  13. #endif
  14. /*********************************************************************************************************
  15. END FILE
  16. *********************************************************************************************************/