move some RTGUI options to bsp
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@389 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
aefa3535c5
commit
c76bf20b8f
|
@ -10,6 +10,7 @@
|
||||||
* Change Logs:
|
* Change Logs:
|
||||||
* Date Author Notes
|
* Date Author Notes
|
||||||
* 2009-10-16 Bernard first version
|
* 2009-10-16 Bernard first version
|
||||||
|
* 2010-02-08 Bernard move some RTGUI options to bsp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RTGUI_CONFIG_H__
|
#ifndef __RTGUI_CONFIG_H__
|
||||||
|
@ -17,16 +18,6 @@
|
||||||
|
|
||||||
/* RTGUI options */
|
/* RTGUI options */
|
||||||
|
|
||||||
/* name length of RTGUI object */
|
|
||||||
#define RTGUI_NAME_MAX 12
|
|
||||||
|
|
||||||
/* #define RTGUI_USING_MOUSE_CURSOR */
|
|
||||||
|
|
||||||
#define RTGUI_USING_FONT16
|
|
||||||
#define RTGUI_USING_FONTHZ
|
|
||||||
|
|
||||||
// #define RTGUI_USING_SMALL_SIZE
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define RTGUI_USING_STDIO_FILERW
|
#define RTGUI_USING_STDIO_FILERW
|
||||||
#define RTGUI_IMAGE_PNG
|
#define RTGUI_IMAGE_PNG
|
||||||
|
@ -34,11 +25,6 @@
|
||||||
#define RTGUI_USING_FONT12
|
#define RTGUI_USING_FONT12
|
||||||
#define RTGUI_USING_HZ_BMP
|
#define RTGUI_USING_HZ_BMP
|
||||||
#define RTGUI_MEM_TRACE
|
#define RTGUI_MEM_TRACE
|
||||||
#else
|
|
||||||
#define RTGUI_USING_DFS_FILERW
|
|
||||||
//#define RTGUI_USING_HZ_FILE
|
|
||||||
#define RTGUI_USING_HZ_BMP
|
|
||||||
#define RTGUI_USING_FONT12
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define RTGUI_SVR_THREAD_PRIORITY 15
|
#define RTGUI_SVR_THREAD_PRIORITY 15
|
||||||
|
|
Loading…
Reference in New Issue