aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/graph/gfxconf.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-02-19 00:23:07 +1000
committerinmarket <andrewh@inmarket.com.au>2014-02-19 00:23:07 +1000
commitfe6708c7a284fcd17082ef1b59ead564db47bcbc (patch)
treeaa0f112bc2e745b2984242a35890022711e11279 /demos/modules/gwin/graph/gfxconf.h
parent5f8ca40ef00e457b326b25615bca1348a15c23b8 (diff)
downloaduGFX-fe6708c7a284fcd17082ef1b59ead564db47bcbc.tar.gz
uGFX-fe6708c7a284fcd17082ef1b59ead564db47bcbc.tar.bz2
uGFX-fe6708c7a284fcd17082ef1b59ead564db47bcbc.zip
Demo updates to fix compile issues.
Diffstat (limited to 'demos/modules/gwin/graph/gfxconf.h')
-rw-r--r--demos/modules/gwin/graph/gfxconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/modules/gwin/graph/gfxconf.h b/demos/modules/gwin/graph/gfxconf.h
index c09bfc6e..bc65beea 100644
--- a/demos/modules/gwin/graph/gfxconf.h
+++ b/demos/modules/gwin/graph/gfxconf.h
@@ -39,6 +39,7 @@
/* GFX sub-systems to turn on */
#define GFX_USE_GDISP TRUE
#define GFX_USE_GWIN TRUE
+#define GFX_USE_GMISC TRUE
/* Features for the GDISP sub-system. */
#define GDISP_NEED_VALIDATION TRUE
@@ -48,5 +49,8 @@
#define GWIN_NEED_WINDOWMANAGER TRUE
#define GWIN_NEED_GRAPH TRUE
+/* Features for the GMISC subsystem. */
+#define GMISC_NEED_FASTTRIG TRUE
+
#endif /* _GFXCONF_H */