void tq210_lcd_init(void);
void embedsky_user_logo(void);
void embedsky_tq_logo(void);
void Lcd_printf(unsigned int x,unsigned int y,unsigned int c,unsigned int bk_c,unsigned int st,char *fmt,...);
void embedsky_paint_Dot(int x,int y,u32 bmp);
void embedsky_paint_Progress_bar(u32 x,u32 y,u32 width,u32 length,u32 current,u32 colour);
void embedsky_Write_Progress_note(u32 x,u32 y,u32 length,u8 left, u32 colour,char *str);
void embedsky_paint_table(u32 x,u32 y,u32 width,u32 hight,u32 colour,char *info);
基本都找不到源码?? 只是这样一个可使用的接口 |