23 lines
555 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#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