diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-01-18 20:28:33 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-01-18 20:28:33 +0100 |
commit | d5c52f342fab14acdef66c85c6c7f850290dd3f5 (patch) | |
tree | 6ac4eae965c9097302f2f92e4a004434da6f3ceb /gfxconf.example.h | |
parent | 3a08f65cfcd884b454e835e6319d949e51e0b428 (diff) | |
parent | 07f940e7999e6dfb3d04c2cd45f4c29c6e385f85 (diff) | |
download | uGFX-d5c52f342fab14acdef66c85c6c7f850290dd3f5.tar.gz uGFX-d5c52f342fab14acdef66c85c6c7f850290dd3f5.tar.bz2 uGFX-d5c52f342fab14acdef66c85c6c7f850290dd3f5.zip |
Merge branch 'gwin' of bitbucket.org:Tectu/ugfx into gwin
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 349f0c3c..fdc91aad 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 #define GWIN_NEED_WIDGET FALSE @@ -159,7 +161,7 @@ #define GFX_USE_GTIMER FALSE #define GTIMER_THREAD_PRIORITY HIGH_PRIORITY -#define GTIMER_THREAD_WORKAREA_SIZE 1024 +#define GTIMER_THREAD_WORKAREA_SIZE 2048 /////////////////////////////////////////////////////////////////////////// |