diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-01-17 18:37:59 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-01-17 18:37:59 +1000 |
commit | 07f940e7999e6dfb3d04c2cd45f4c29c6e385f85 (patch) | |
tree | 117996c991be69000859bb053c0e332d3c312a06 /demos | |
parent | 99b4fba5125f6b8e181c4657d394303767a90935 (diff) | |
parent | 199b89e4dc0b781310f40d0e5743bf355077f9ab (diff) | |
download | uGFX-07f940e7999e6dfb3d04c2cd45f4c29c6e385f85.tar.gz uGFX-07f940e7999e6dfb3d04c2cd45f4c29c6e385f85.tar.bz2 uGFX-07f940e7999e6dfb3d04c2cd45f4c29c6e385f85.zip |
Merge branch 'master' into gwin
Diffstat (limited to 'demos')
-rw-r--r-- | demos/modules/gwin/widgets/gfxconf.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/demos/modules/gwin/widgets/gfxconf.h b/demos/modules/gwin/widgets/gfxconf.h index 111979e3..b22af659 100644 --- a/demos/modules/gwin/widgets/gfxconf.h +++ b/demos/modules/gwin/widgets/gfxconf.h @@ -54,7 +54,10 @@ #define GDISP_DEFAULT_ORIENTATION GDISP_ROTATE_LANDSCAPE /* The following are optional depending on your hardware */ -//#define GDISP_NEED_SCROLL TRUE +//#define GDISP_NEED_SCROLL TRUE +//#define GWIN_CONSOLE_USE_HISTORY TRUE +//#define GWIN_CONSOLE_HISTORY_AVERAGING TRUE +//#define GWIN_CONSOLE_HISTORY_ATCREATE TRUE /* GDISP fonts to include */ #define GDISP_INCLUDE_FONT_UI2 TRUE |