📄 guiconf.h
字号:
#ifndef GUICONF_H
#define GUICONF_H
#define GUI_OS (0) /* Compile with multitasking support */
#define GUI_SUPPORT_TOUCH (0) /* Support a touch screen (req. win-manager) */
#define GUI_SUPPORT_UNICODE (0) /* Support mixed ASCII/UNICODE strings */
#define GUI_WINSUPPORT 1 /* Window manager package available */
#define GUI_SUPPORT_MEMDEV 0 /* Memory devices available */
#define GUI_SUPPORT_AA 0 /* Anti aliasing available */
#define GUI_DEBUG_LEVEL GUI_DEBUG_LEVEL_LOG_ALL
#define GUI_DEFAULT_BKCOLOR GUI_BLACK
#define GUI_DEFAULT_COLOR GUI_WHITE
#define WM_START_CAP_TEST WM_USER+1
#define WM_CAP_NOT_SELECTED WM_USER+2
#define WM_CAP_AIR_TEST WM_USER+3
#endif /* Avoid multiple inclusion */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -