From 4a5dea7807871d6510dfcbf54c48d6b2e5526aa4 Mon Sep 17 00:00:00 2001 From: "chaos.proton@gmail.com" Date: Sun, 18 Nov 2012 08:23:08 +0000 Subject: [PATCH] bsp/simulator: enable the RTGUI by default Note, you need to call `application.obj()` in finsh to make it show up. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2425 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/simulator/rtconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/simulator/rtconfig.h b/bsp/simulator/rtconfig.h index d7901ae46..555da3cf1 100644 --- a/bsp/simulator/rtconfig.h +++ b/bsp/simulator/rtconfig.h @@ -161,7 +161,7 @@ #define RT_LWIP_TCP_WND 8192 /* SECTION: RT-Thread/GUI */ -/* #define RT_USING_RTGUI */ +#define RT_USING_RTGUI /* name length of RTGUI object */ #define RTGUI_NAME_MAX 12 @@ -172,7 +172,7 @@ /* use DFS as file interface */ #define RTGUI_USING_DFS_FILERW /* use font file as Chinese font */ -#define RTGUI_USING_HZ_FILE +//#define RTGUI_USING_HZ_FILE /* use Chinese bitmap font */ #define RTGUI_USING_HZ_BMP /* use small size in RTGUI */ -- GitLab