diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-01-17 18:38:33 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-01-17 18:38:33 +1000 |
commit | 0d9532c0470ef6e6c5d04bbf221e3f8d543965c4 (patch) | |
tree | b03edeb3d6bc6ed64048fcb94e8a862f81038cd2 /gfxconf.example.h | |
parent | ca8ca49825c01cc7698c8b363b022b7d35b912cf (diff) | |
parent | 199b89e4dc0b781310f40d0e5743bf355077f9ab (diff) | |
download | uGFX-0d9532c0470ef6e6c5d04bbf221e3f8d543965c4.tar.gz uGFX-0d9532c0470ef6e6c5d04bbf221e3f8d543965c4.tar.bz2 uGFX-0d9532c0470ef6e6c5d04bbf221e3f8d543965c4.zip |
Merge branch 'master' into gfile
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index 4631cddc..7e633978 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -124,8 +124,10 @@ #define GWIN_NEED_WINDOWMANAGER FALSE #define GWIN_NEED_CONSOLE FALSE - #define GWIN_CONSOLE_USE_HISTORY TRUE - #define GWIN_CONSOLE_USE_BASESTREAM FALSE + #define GWIN_CONSOLE_USE_HISTORY FALSE + #define GWIN_CONSOLE_HISTORY_AVERAGING FALSE + #define GWIN_CONSOLE_HISTORY_ATCREATE FALSE + #define GWIN_CONSOLE_USE_BASESTREAM FALSE #define GWIN_CONSOLE_USE_FLOAT FALSE #define GWIN_NEED_GRAPH FALSE @@ -158,7 +160,7 @@ #define GFX_USE_GTIMER FALSE #define GTIMER_THREAD_PRIORITY HIGH_PRIORITY -#define GTIMER_THREAD_WORKAREA_SIZE 1024 +#define GTIMER_THREAD_WORKAREA_SIZE 2048 /////////////////////////////////////////////////////////////////////////// |