Browse Source

add more RTGUI options.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@388 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong 15 years ago
parent
commit
aefa3535c5
1 changed files with 15 additions and 0 deletions
  1. 15 0
      bsp/stm32_radio/rtconfig.h

+ 15 - 0
bsp/stm32_radio/rtconfig.h

@@ -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