aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/gdisp_basics
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-09-06 12:22:08 +1000
committerinmarket <andrewh@inmarket.com.au>2013-09-06 12:22:08 +1000
commitb53ab7adf4f04ad1da30c3a7fd7e9fecd0404d83 (patch)
tree5ecb47882c12c0aa000ea67d9345874662e743cb /demos/modules/gdisp/gdisp_basics
parent05039b6af23e71b6930f1f9c8cebd446eec7c94a (diff)
downloaduGFX-b53ab7adf4f04ad1da30c3a7fd7e9fecd0404d83.tar.gz
uGFX-b53ab7adf4f04ad1da30c3a7fd7e9fecd0404d83.tar.bz2
uGFX-b53ab7adf4f04ad1da30c3a7fd7e9fecd0404d83.zip
Update demos slightly.
Diffstat (limited to 'demos/modules/gdisp/gdisp_basics')
-rw-r--r--demos/modules/gdisp/gdisp_basics/gfxconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/modules/gdisp/gdisp_basics/gfxconf.h b/demos/modules/gdisp/gdisp_basics/gfxconf.h
index c2098c85..8adc7c8d 100644
--- a/demos/modules/gdisp/gdisp_basics/gfxconf.h
+++ b/demos/modules/gdisp/gdisp_basics/gfxconf.h
@@ -31,9 +31,9 @@
#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
+//#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