
Ucgui
噶西摩多
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
BOTTON_1
#include "GUI.h" #include "button.h" static const GUI_COLOR Colors[] = { 0x000000, 0xFFFFFF }; static const GUI_LOGPALETTE Palette = { 2, 1, Colors }; static const unsigned char acPhone0[] = { ______转载 2014-11-11 16:05:01 · 719 阅读 · 0 评论 -
使用或不使用"回调函数"进行重绘之间的区别
#include "GUI.h" static void cbBackgroundWin(WM_MESSAGE* pMsg) { switch (pMsg->MsgId) { case WM_PAINT: GUI_Clear(); default: WM_DefaultProc(pMsg); } } /***********************************************转载 2014-11-11 16:10:46 · 389 阅读 · 0 评论 -
Ucgui列表
#include "GUI.h" #include "listbox.h" #include const GUI_ConstString ListBox[] ={"English", "Deutsch", "Fran?ais", "Japanese", "Italiano", NULL}; #define countof(Array)(sizeof(Array) / sizeof(Array转载 2014-11-11 17:04:54 · 562 阅读 · 0 评论 -
UCgui字体
GUI.H 文件中需加声明转载 2014-11-13 14:00:10 · 720 阅读 · 0 评论