aboutsummaryrefslogtreecommitdiffstats
path: root/demos/3rdparty/notepad-2/gfxconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/3rdparty/notepad-2/gfxconf.h')
-rw-r--r--demos/3rdparty/notepad-2/gfxconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/3rdparty/notepad-2/gfxconf.h b/demos/3rdparty/notepad-2/gfxconf.h
index 0768ca22..7f436596 100644
--- a/demos/3rdparty/notepad-2/gfxconf.h
+++ b/demos/3rdparty/notepad-2/gfxconf.h
@@ -9,6 +9,11 @@
#ifndef _GFXCONF_H
#define _GFXCONF_H
+/* GFX operating system to use */
+#define GFX_USE_OS_CHIBIOS TRUE
+//#define GFX_USE_OS_WIN32 TRUE
+//#define GFX_USE_OS_POSIX TRUE
+
/* GFX sub-systems to turn on */
#define GFX_USE_GDISP TRUE
#define GFX_USE_GWIN TRUE