aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@embedded.pro>2017-09-26 14:52:39 +0200
committerJoel Bodenmann <joel@embedded.pro>2017-09-26 14:52:39 +0200
commit70222f8c8ddaccf1362f97f4c595d1d06ef680ef (patch)
treedacf27cd6b24c24e95a27e887af2d80d7d90fca6 /demos
parent8219311877068aee7e8913ed2a9f2085a1e830e8 (diff)
downloaduGFX-70222f8c8ddaccf1362f97f4c595d1d06ef680ef.tar.gz
uGFX-70222f8c8ddaccf1362f97f4c595d1d06ef680ef.tar.bz2
uGFX-70222f8c8ddaccf1362f97f4c595d1d06ef680ef.zip
Updating /demos/modules/gwin/graph configuration file
Diffstat (limited to 'demos')
-rw-r--r--demos/modules/gwin/graph/gfxconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/modules/gwin/graph/gfxconf.h b/demos/modules/gwin/graph/gfxconf.h
index b3b089ae..3fc8fde1 100644
--- a/demos/modules/gwin/graph/gfxconf.h
+++ b/demos/modules/gwin/graph/gfxconf.h
@@ -40,6 +40,8 @@
#define GFX_USE_GDISP TRUE
#define GFX_USE_GWIN TRUE
#define GFX_USE_GMISC TRUE
+#define GFX_USE_GTIMER TRUE
+#define GFX_USE_GQUEUE TRUE
/* Features for the GDISP sub-system. */
#define GDISP_NEED_VALIDATION TRUE
@@ -50,6 +52,9 @@
#define GWIN_NEED_WINDOWMANAGER TRUE
#define GWIN_NEED_GRAPH TRUE
+/* Features for the GQUEUE subsystem. */
+#define GQUEUE_NEED_ASYNC TRUE
+
/* Features for the GMISC subsystem. */
#define GMISC_NEED_FASTTRIG TRUE