高级会员

- 积分
- 729
- 金钱
- 729
- 注册时间
- 2012-6-21
- 在线时间
- 59 小时
|
发表于 2014-3-4 10:34:14
|
显示全部楼层
回复【楼主位】toddchen:
---------------------------------
楼主,能否跑GUIDEMO例程?我的没用OS,没用触摸屏,跑不了?
设置如下:
#define GUI_OS (0) /* Compile with multitasking support */
#define GUI_SUPPORT_TOUCH (0) /* Support a touch screen (req. win-manager) */
#define GUI_SUPPORT_UNICODE (1) /* Support mixed ASCII/UNICODE strings */
#define GUI_DEFAULT_FONT &GUI_Font6x8
#define GUI_ALLOC_SIZE 5120 /* Size of dynamic memory ... For WM and memory devices*/
#define GUI_WINSUPPORT 1 /* Window manager package available */
#define GUI_SUPPORT_MEMDEV 0 /* Memory devices available */
#define GUI_SUPPORT_AA 0 /* Anti aliasing available */ |
|