1234567891011121314151617 |
- /****************************************Copyright (c)**************************************************
- * File Name: BMP.h
- * Function Describe: Header file for BMP.c
- * Explain: 用于将FLASH中的图片读出并显示到LCD中
- * Writer: ShiLiangWen
- * Date: 2016-1-21
- ********************************************************************************************************/
- #ifndef __BMP_H
- #define __BMP_H
- //-------------------------------------------------------------------------------------------------------
- #include "stm32f10x.h"
- //-------------------------------------------------------------------------------------------------------
- #endif
- /*********************************************************************************************************
- END FILE
- *********************************************************************************************************/
|