文件名称:GUILIB
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-02-22
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- zhan****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
LHL_GUICore文件是底层抽象函数,由于我没有拿计算机图形学的书来看,所以有些函数效率比较低下,我一有空就解决,希望不要吐槽,谢谢。
LHL_NormalButton是按键控件的源码部分。
如果要按键显示文字的话,需要调用一个函数:
void LHL_FontPutStringAt(unsigned short xPos,unsigned short yPos,char *ch,unsigned short Fontcolor,unsigned short Bkcolor,unsigned char Type) -LHL_GUICore file is the underlying abstraction function, because I did not get the book computer graphics point of view, so some functions relatively low efficiency, I have time to solve, I hope not tucao, thank you. LHL_NormalButton is a key part of the source code control. If you want the button to display text, then you need to call a function: void LHL_FontPutStringAt (unsigned short xPos, unsigned short yPos, char* ch, unsigned short Fontcolor, unsigned short Bkcolor, unsigned char Type)
LHL_NormalButton是按键控件的源码部分。
如果要按键显示文字的话,需要调用一个函数:
void LHL_FontPutStringAt(unsigned short xPos,unsigned short yPos,char *ch,unsigned short Fontcolor,unsigned short Bkcolor,unsigned char Type) -LHL_GUICore file is the underlying abstraction function, because I did not get the book computer graphics point of view, so some functions relatively low efficiency, I have time to solve, I hope not tucao, thank you. LHL_NormalButton is a key part of the source code control. If you want the button to display text, then you need to call a function: void LHL_FontPutStringAt (unsigned short xPos, unsigned short yPos, char* ch, unsigned short Fontcolor, unsigned short Bkcolor, unsigned char Type)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LHL_GUICore.h
LHL_NormalButton.c
LHL_NormalButton.h
LHL_GUICore.c