aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-11-21 17:09:44 +1000
committerinmarket <andrewh@inmarket.com.au>2014-11-21 17:09:44 +1000
commit87242d0a6c818e675676cdfb68013dc3af5a7656 (patch)
tree89d8d14cf89ad8dbd625df2773e9ac8d7b25501f /gfxconf.example.h
parent74c23de1d2f59a94256fc1f3228a7af44a3ceb64 (diff)
downloaduGFX-87242d0a6c818e675676cdfb68013dc3af5a7656.tar.gz
uGFX-87242d0a6c818e675676cdfb68013dc3af5a7656.tar.bz2
uGFX-87242d0a6c818e675676cdfb68013dc3af5a7656.zip
Add MatrixFloat2D and MatrixFixed2D operations to GMISC.
Add polygon demo
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index 579b2f6c..e4d54bbf 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -279,5 +279,7 @@
//#define GMISC_NEED_INVSQRT FALSE
// #define GMISC_INVSQRT_MIXED_ENDIAN FALSE
// #define GMISC_INVSQRT_REAL_SLOW FALSE
+//#define GMISC_NEED_MATRIXFLOAT2D FALSE
+//#define GMISC_NEED_MATRIXFIXED2D FALSE
#endif /* _GFXCONF_H */