|
@@ -160,4 +160,19 @@
|
|
|
/* SECTION: RT-Thread/GUI */
|
|
|
#define RT_USING_RTGUI
|
|
|
|
|
|
+/* name length of RTGUI object */
|
|
|
+#define RTGUI_NAME_MAX 12
|
|
|
+/* support 16 weight font */
|
|
|
+#define RTGUI_USING_FONT16
|
|
|
+/* support Chinese font */
|
|
|
+#define RTGUI_USING_FONTHZ
|
|
|
+/* use DFS as file interface */
|
|
|
+#define RTGUI_USING_DFS_FILERW
|
|
|
+/* use font file as Chinese font */
|
|
|
+#define RTGUI_USING_HZ_FILE
|
|
|
+/* use small size in RTGUI */
|
|
|
+#define RTGUI_USING_SMALL_SIZE
|
|
|
+/* use mouse cursor */
|
|
|
+/* #define RTGUI_USING_MOUSE_CURSOR */
|
|
|
+
|
|
|
#endif
|