aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/widgets/gfxconf.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-10-29 01:11:25 +1000
committerinmarket <andrewh@inmarket.com.au>2013-10-29 01:11:25 +1000
commit553dea5fcdd38a8bbc09c9181199916fd36a841b (patch)
treea30952703ddfc57ec156cdf0844d6f8584906415 /demos/modules/gwin/widgets/gfxconf.h
parent15c57f82ea3f89609982989b08f95d8390cf1bb3 (diff)
downloaduGFX-553dea5fcdd38a8bbc09c9181199916fd36a841b.tar.gz
uGFX-553dea5fcdd38a8bbc09c9181199916fd36a841b.tar.bz2
uGFX-553dea5fcdd38a8bbc09c9181199916fd36a841b.zip
Make the hardware depedant options clearer for the widgets demo
Diffstat (limited to 'demos/modules/gwin/widgets/gfxconf.h')
-rw-r--r--demos/modules/gwin/widgets/gfxconf.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/demos/modules/gwin/widgets/gfxconf.h b/demos/modules/gwin/widgets/gfxconf.h
index 602a559c..7899bfb8 100644
--- a/demos/modules/gwin/widgets/gfxconf.h
+++ b/demos/modules/gwin/widgets/gfxconf.h
@@ -48,8 +48,12 @@
#define GDISP_NEED_CLIP TRUE
#define GDISP_NEED_CIRCLE TRUE
#define GDISP_NEED_TEXT TRUE
-#define GDISP_NEED_SCROLL TRUE
#define GDISP_NEED_IMAGE TRUE
+#define GDISP_NEED_CONVEX_POLYGON TRUE
+
+/* The following are optional depending on your hardware */
+//#define GDISP_NEED_SCROLL TRUE
+//#define GDISP_NEED_CONTROL TRUE
/* GDISP fonts to include */
#define GDISP_INCLUDE_FONT_UI2 TRUE