BMP.h 908 B

1234567891011121314151617
  1. /****************************************Copyright (c)**************************************************
  2. * File Name: BMP.h
  3. * Function Describe: Header file for BMP.c
  4. * Explain: 用于将FLASH中的图片读出并显示到LCD中
  5. * Writer: ShiLiangWen
  6. * Date: 2016-1-21
  7. ********************************************************************************************************/
  8. #ifndef __BMP_H
  9. #define __BMP_H
  10. //-------------------------------------------------------------------------------------------------------
  11. #include "stm32f10x.h"
  12. //-------------------------------------------------------------------------------------------------------
  13. #endif
  14. /*********************************************************************************************************
  15. END FILE
  16. *********************************************************************************************************/