aboutsummaryrefslogtreecommitdiffstats
path: root/demos/3rdparty/tdisp_f4_discovery/gfxconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/3rdparty/tdisp_f4_discovery/gfxconf.h')
-rw-r--r--demos/3rdparty/tdisp_f4_discovery/gfxconf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/demos/3rdparty/tdisp_f4_discovery/gfxconf.h b/demos/3rdparty/tdisp_f4_discovery/gfxconf.h
index 6d69b3c8..42399ef5 100644
--- a/demos/3rdparty/tdisp_f4_discovery/gfxconf.h
+++ b/demos/3rdparty/tdisp_f4_discovery/gfxconf.h
@@ -14,6 +14,12 @@
#ifndef _GFXCONF_H
#define _GFXCONF_H
+/* 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 subsystems to turn on */
#define GFX_USE_GDISP FALSE
#define GFX_USE_TDISP TRUE