diff options
| author | Joel Bodenmann <joel@unormal.org> | 2013-10-28 01:00:02 +0100 | 
|---|---|---|
| committer | Joel Bodenmann <joel@unormal.org> | 2013-10-28 01:00:02 +0100 | 
| commit | 1e9dcc4a286a17abf48703a632c2a3a42c856567 (patch) | |
| tree | 3c9e67f4bdc5396855f98baf2597bc6fcd59888b /demos/modules/gwin/button/gfxconf.h | |
| parent | c03add3334f039ba6d5aa1278a83a136f6acc537 (diff) | |
| download | uGFX-1e9dcc4a286a17abf48703a632c2a3a42c856567.tar.gz uGFX-1e9dcc4a286a17abf48703a632c2a3a42c856567.tar.bz2 uGFX-1e9dcc4a286a17abf48703a632c2a3a42c856567.zip  | |
uncommented GOS selection in GDISP and GWIN demos
Diffstat (limited to 'demos/modules/gwin/button/gfxconf.h')
| -rw-r--r-- | demos/modules/gwin/button/gfxconf.h | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/demos/modules/gwin/button/gfxconf.h b/demos/modules/gwin/button/gfxconf.h index 6d0aa41d..2199e891 100644 --- a/demos/modules/gwin/button/gfxconf.h +++ b/demos/modules/gwin/button/gfxconf.h @@ -30,11 +30,11 @@  #ifndef _GFXCONF_H  #define _GFXCONF_H -/* The operating system to use - one of these must be defined */ -#define GFX_USE_OS_CHIBIOS		FALSE -#define GFX_USE_OS_WIN32		FALSE -#define GFX_USE_OS_LINUX		FALSE -#define GFX_USE_OS_OSX			FALSE +/* The operating system to use. One of these must be defined - perferably 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  | 
