aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/gdisp_streaming/gfxconf.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-09-25 17:15:50 +1000
committerinmarket <andrewh@inmarket.com.au>2013-09-25 17:15:50 +1000
commitc5ceb31e730b31f003b3b61c1172670e6e549994 (patch)
tree4219a1eafdd29d45efe048aff3a303120f7f3988 /demos/modules/gdisp/gdisp_streaming/gfxconf.h
parentf16d80e099fd7e7fad241d8d08525920235893e5 (diff)
downloaduGFX-c5ceb31e730b31f003b3b61c1172670e6e549994.tar.gz
uGFX-c5ceb31e730b31f003b3b61c1172670e6e549994.tar.bz2
uGFX-c5ceb31e730b31f003b3b61c1172670e6e549994.zip
Update to streaming demo program to only update the needed area (results in much faster display on slow devices)
Also now demonstrates streaming to a non-full screen area.
Diffstat (limited to 'demos/modules/gdisp/gdisp_streaming/gfxconf.h')
-rw-r--r--demos/modules/gdisp/gdisp_streaming/gfxconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gdisp/gdisp_streaming/gfxconf.h b/demos/modules/gdisp/gdisp_streaming/gfxconf.h
index 0b5701ba..72bb0618 100644
--- a/demos/modules/gdisp/gdisp_streaming/gfxconf.h
+++ b/demos/modules/gdisp/gdisp_streaming/gfxconf.h
@@ -27,7 +27,7 @@
#define GDISP_NEED_ARC FALSE
#define GDISP_NEED_SCROLL FALSE
#define GDISP_NEED_PIXELREAD FALSE
-#define GDISP_NEED_CONTROL TRUE
+#define GDISP_NEED_CONTROL FALSE
#define GDISP_NEED_MULTITHREAD FALSE
#define GDISP_NEED_STREAMING TRUE