aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel.bodenmann@hevs.ch>2012-10-24 22:51:25 +0200
committerJoel Bodenmann <joel.bodenmann@hevs.ch>2012-10-24 22:51:25 +0200
commit563d24096206c3e557d5d5433c612418afccfe6d (patch)
treeddbec3ab1603aefc72c059c81956a5403d009731 /include/gdisp.h
parent707ade1f2ffbfd4671441da87caafdfbc99ce965 (diff)
downloaduGFX-563d24096206c3e557d5d5433c612418afccfe6d.tar.gz
uGFX-563d24096206c3e557d5d5433c612418afccfe6d.tar.bz2
uGFX-563d24096206c3e557d5d5433c612418afccfe6d.zip
macro fixes
Diffstat (limited to 'include/gdisp.h')
-rw-r--r--include/gdisp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gdisp.h b/include/gdisp.h
index bf1e7dbe..9e3a3b77 100644
--- a/include/gdisp.h
+++ b/include/gdisp.h
@@ -27,6 +27,10 @@
#ifndef _GDISP_H
#define _GDISP_H
+#ifndef GFX_USE_GDISP
+ #define GFX_USE_GDISP FALSE
+#endif
+
#if GFX_USE_GDISP || defined(__DOXYGEN__)
/*===========================================================================*/