aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-10-21 13:34:55 +1000
committerinmarket <andrewh@inmarket.com.au>2013-10-21 13:34:55 +1000
commit0b9db701a1d52c8a6d63ca692619b0dde47805d1 (patch)
tree0a7feae21974b21d0b15918aa438615f6bf1579b /gfxconf.example.h
parent51f4435cd10cdf4b629d524c425923b293263268 (diff)
downloaduGFX-0b9db701a1d52c8a6d63ca692619b0dde47805d1.tar.gz
uGFX-0b9db701a1d52c8a6d63ca692619b0dde47805d1.tar.bz2
uGFX-0b9db701a1d52c8a6d63ca692619b0dde47805d1.zip
Fix missing case in gdispStreamStop().
Add support for controllers that need flushing. Add both automatic and manual flushing (via the gdispFlush() method)
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index 44a8ecd2..958d35da 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -34,6 +34,7 @@
#define GFX_USE_GMISC FALSE
/* Features for the GDISP subsystem */
+#define GDISP_NEED_AUTOFLUSH FALSE
#define GDISP_NEED_VALIDATION TRUE
#define GDISP_NEED_CLIP TRUE
#define GDISP_NEED_TEXT TRUE