aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-01-17 18:36:28 +1000
committerinmarket <andrewh@inmarket.com.au>2014-01-17 18:36:28 +1000
commit199b89e4dc0b781310f40d0e5743bf355077f9ab (patch)
treefab28bd9fd0944113bc0a4136b733389edb2709e /gfxconf.example.h
parent1f3f8bdbe6714c2c8ba02f9a819db5bcf80500a3 (diff)
downloaduGFX-199b89e4dc0b781310f40d0e5743bf355077f9ab.tar.gz
uGFX-199b89e4dc0b781310f40d0e5743bf355077f9ab.tar.bz2
uGFX-199b89e4dc0b781310f40d0e5743bf355077f9ab.zip
Updates to console history. This now works well.
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 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
///////////////////////////////////////////////////////////////////////////