aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/basic/gfxconf.h
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2013-05-24 08:41:48 -0700
committerAndrew Hannam <andrewh@inmarket.com.au>2013-05-24 08:41:48 -0700
commitf0569e2555b3a7f2afe05cc42e4dd0982b179167 (patch)
treee85c90a4f21974b706315d64209021e0b2bde764 /demos/modules/gwin/basic/gfxconf.h
parent5f2a32714cda6bcfc8829e61895def2f627e1b8f (diff)
parent7fbfde42aabbcd30cffba2fba35158236c0a6c6c (diff)
downloaduGFX-f0569e2555b3a7f2afe05cc42e4dd0982b179167.tar.gz
uGFX-f0569e2555b3a7f2afe05cc42e4dd0982b179167.tar.bz2
uGFX-f0569e2555b3a7f2afe05cc42e4dd0982b179167.zip
Merge pull request #73 from inmarket/master
GOS module for OS independance, GMISC additions
Diffstat (limited to 'demos/modules/gwin/basic/gfxconf.h')
-rw-r--r--demos/modules/gwin/basic/gfxconf.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/demos/modules/gwin/basic/gfxconf.h b/demos/modules/gwin/basic/gfxconf.h
index e567e5a0..dd8376bf 100644
--- a/demos/modules/gwin/basic/gfxconf.h
+++ b/demos/modules/gwin/basic/gfxconf.h
@@ -9,12 +9,14 @@
#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
+
/* GFX sub-systems to turn on */
#define GFX_USE_GDISP TRUE
#define GFX_USE_GWIN TRUE
-#define GFX_USE_GEVENT FALSE
-#define GFX_USE_GTIMER FALSE
-#define GFX_USE_GINPUT FALSE
/* Features for the GDISP sub-system. */
#define GDISP_NEED_VALIDATION TRUE