aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/gdisp_fonts_cyrillic
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-09-18 23:38:26 +1000
committerinmarket <andrewh@inmarket.com.au>2013-09-18 23:38:26 +1000
commit6858e33285e8c8ac4dc7285dd261152eecaee060 (patch)
treef2894f4c3a442caef92460eb4c71c8e541c05ec0 /demos/modules/gdisp/gdisp_fonts_cyrillic
parent01a6d6ff95d72e6e9107d8c3e386c2bd2ce5c28d (diff)
downloaduGFX-6858e33285e8c8ac4dc7285dd261152eecaee060.tar.gz
uGFX-6858e33285e8c8ac4dc7285dd261152eecaee060.tar.bz2
uGFX-6858e33285e8c8ac4dc7285dd261152eecaee060.zip
Update demos so OS can be specified in the Makefile
Diffstat (limited to 'demos/modules/gdisp/gdisp_fonts_cyrillic')
-rw-r--r--demos/modules/gdisp/gdisp_fonts_cyrillic/gfxconf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/demos/modules/gdisp/gdisp_fonts_cyrillic/gfxconf.h b/demos/modules/gdisp/gdisp_fonts_cyrillic/gfxconf.h
index 997e57dd..a282a5f8 100644
--- a/demos/modules/gdisp/gdisp_fonts_cyrillic/gfxconf.h
+++ b/demos/modules/gdisp/gdisp_fonts_cyrillic/gfxconf.h
@@ -15,10 +15,10 @@
#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
+//#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 TRUE