aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-01-17 18:37:59 +1000
committerinmarket <andrewh@inmarket.com.au>2014-01-17 18:37:59 +1000
commit07f940e7999e6dfb3d04c2cd45f4c29c6e385f85 (patch)
tree117996c991be69000859bb053c0e332d3c312a06 /gfxconf.example.h
parent99b4fba5125f6b8e181c4657d394303767a90935 (diff)
parent199b89e4dc0b781310f40d0e5743bf355077f9ab (diff)
downloaduGFX-07f940e7999e6dfb3d04c2cd45f4c29c6e385f85.tar.gz
uGFX-07f940e7999e6dfb3d04c2cd45f4c29c6e385f85.tar.bz2
uGFX-07f940e7999e6dfb3d04c2cd45f4c29c6e385f85.zip
Merge branch 'master' into gwin
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h8
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
///////////////////////////////////////////////////////////////////////////