aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-10-24 12:57:20 +1000
committerinmarket <andrewh@inmarket.com.au>2013-10-24 12:57:20 +1000
commit452cfc1b1351e8070ed609d84cae0249411a236b (patch)
tree91aefb72fd3b98b9e0d132d3d8996eb0ee3ba811 /gfxconf.example.h
parent90ad93c41fa86534479f7006ec2c3956da9eac3c (diff)
downloaduGFX-452cfc1b1351e8070ed609d84cae0249411a236b.tar.gz
uGFX-452cfc1b1351e8070ed609d84cae0249411a236b.tar.bz2
uGFX-452cfc1b1351e8070ed609d84cae0249411a236b.zip
Add GDISP_NEED_TIMERFLUSH to enable automatic display flushing on a timer.
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 958d35da..d5b4af5c 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -35,6 +35,7 @@
/* Features for the GDISP subsystem */
#define GDISP_NEED_AUTOFLUSH FALSE
+#define GDISP_NEED_TIMERFLUSH FALSE
#define GDISP_NEED_VALIDATION TRUE
#define GDISP_NEED_CLIP TRUE
#define GDISP_NEED_TEXT TRUE