aboutsummaryrefslogtreecommitdiffstats
path: root/demos/applications/mandelbrot/gfxconf.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-10-28 10:46:25 +1000
committerinmarket <andrewh@inmarket.com.au>2013-10-28 10:46:25 +1000
commitdb09e33dff7110861ce2fa586b04c05626e3f7e8 (patch)
tree620f0d1a16b644bf3abd561a6529f1220db58c19 /demos/applications/mandelbrot/gfxconf.h
parent602cba0e62d9ed38a80a47fe5a698ce21d01517a (diff)
downloaduGFX-db09e33dff7110861ce2fa586b04c05626e3f7e8.tar.gz
uGFX-db09e33dff7110861ce2fa586b04c05626e3f7e8.tar.bz2
uGFX-db09e33dff7110861ce2fa586b04c05626e3f7e8.zip
Fix spelling error and migrate demo gfxconf.h changes to all demos including the new streaming and multiple display demos
Diffstat (limited to 'demos/applications/mandelbrot/gfxconf.h')
-rw-r--r--demos/applications/mandelbrot/gfxconf.h20
1 files changed, 5 insertions, 15 deletions
diff --git a/demos/applications/mandelbrot/gfxconf.h b/demos/applications/mandelbrot/gfxconf.h
index c2c56714..99a04b5c 100644
--- a/demos/applications/mandelbrot/gfxconf.h
+++ b/demos/applications/mandelbrot/gfxconf.h
@@ -30,26 +30,16 @@
#ifndef _GFXCONF_H
#define _GFXCONF_H
-/* The operating system to use - one of these must be defined */
-#define GFX_USE_OS_CHIBIOS TRUE
-#define GFX_USE_OS_WIN32 FALSE
-#define GFX_USE_OS_POSIX FALSE
+/* The operating system to use. One of these must be defined - preferably in your Makefile */
+//#define GFX_USE_OS_CHIBIOS FALSE
+//#define GFX_USE_OS_WIN32 FALSE
+//#define GFX_USE_OS_LINUX FALSE
+//#define GFX_USE_OS_OSX FALSE
/* GFX sub-systems to turn on */
#define GFX_USE_GDISP TRUE
/* Features for the GDISP sub-system. */
#define GDISP_NEED_VALIDATION TRUE
-#define GDISP_NEED_CLIP FALSE
-#define GDISP_NEED_TEXT FALSE
-#define GDISP_NEED_CIRCLE FALSE
-#define GDISP_NEED_ELLIPSE FALSE
-#define GDISP_NEED_ARC FALSE
-#define GDISP_NEED_SCROLL FALSE
-#define GDISP_NEED_PIXELREAD FALSE
-#define GDISP_NEED_CONTROL FALSE
-#define GDISP_NEED_MULTITHREAD FALSE
-#define GDISP_NEED_ASYNC FALSE
-#define GDISP_NEED_MSGAPI FALSE
#endif /* _GFXCONF_H */