|
@@ -81,10 +81,6 @@
|
|
/* Using C++ support */
|
|
/* Using C++ support */
|
|
/* #define RT_USING_CPLUSPLUS */
|
|
/* #define RT_USING_CPLUSPLUS */
|
|
|
|
|
|
-/* SECTION: RTGUI support */
|
|
|
|
-/* using RTGUI support */
|
|
|
|
-#define RT_USING_RTGUI
|
|
|
|
-
|
|
|
|
/* SECTION: Device filesystem support */
|
|
/* SECTION: Device filesystem support */
|
|
/* using DFS support */
|
|
/* using DFS support */
|
|
#define RT_USING_DFS
|
|
#define RT_USING_DFS
|
|
@@ -176,4 +172,27 @@
|
|
/* thread stack size of ethnetif thread */
|
|
/* thread stack size of ethnetif thread */
|
|
#define RT_LWIP_ETHTHREAD_STACKSIZE 1024
|
|
#define RT_LWIP_ETHTHREAD_STACKSIZE 1024
|
|
|
|
|
|
|
|
+/* SECTION: RTGUI support */
|
|
|
|
+/* using RTGUI support */
|
|
|
|
+#define RT_USING_RTGUI
|
|
|
|
+
|
|
|
|
+/* name length of RTGUI object */
|
|
|
|
+#define RTGUI_NAME_MAX 16
|
|
|
|
+/* support 16 weight font */
|
|
|
|
+#define RTGUI_USING_FONT16
|
|
|
|
+/* support 16 weight font */
|
|
|
|
+#define RTGUI_USING_FONT12
|
|
|
|
+/* 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 Chinese bitmap font */
|
|
|
|
+#define RTGUI_USING_HZ_BMP
|
|
|
|
+/* use small size in RTGUI */
|
|
|
|
+/* #define RTGUI_USING_SMALL_SIZE */
|
|
|
|
+/* use mouse cursor */
|
|
|
|
+/* #define RTGUI_USING_MOUSE_CURSOR */
|
|
|
|
+
|
|
#endif
|
|
#endif
|