23 lines
555 B
C
23 lines
555 B
C
#ifndef __Dis_Picture_H__
|
||
#define __Dis_Picture_H__
|
||
|
||
|
||
#include "lcd.h"
|
||
#include "Text.h"
|
||
#include "string.h"
|
||
#include "Picture.h"
|
||
|
||
//////////////////////////////////////////////////////////////////////////////////
|
||
/******************************************************************************/
|
||
//图片显示 驱动代码
|
||
|
||
//DevEBox 大越创新
|
||
//淘宝店铺:mcudev.taobao.com
|
||
//淘宝店铺:shop389957290.taobao.com
|
||
/******************************************************************************/
|
||
|
||
void Show_Picture(void);//显示一张图片
|
||
|
||
|
||
#endif
|