aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/gdisp/options.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/gdisp/options.h b/include/gdisp/options.h
index 87a0276b..efabe417 100644
--- a/include/gdisp/options.h
+++ b/include/gdisp/options.h
@@ -50,10 +50,10 @@
#endif
/**
* @brief Are text functions needed.
- * @details Defaults to TRUE
+ * @details Defaults to FALSE
*/
#ifndef GDISP_NEED_TEXT
- #define GDISP_NEED_TEXT TRUE
+ #define GDISP_NEED_TEXT FALSE
#endif
/**
* @brief Are circle functions needed.
@@ -64,10 +64,10 @@
#endif
/**
* @brief Are ellipse functions needed.
- * @details Defaults to TRUE
+ * @details Defaults to FALSE
*/
#ifndef GDISP_NEED_ELLIPSE
- #define GDISP_NEED_ELLIPSE TRUE
+ #define GDISP_NEED_ELLIPSE FALSE
#endif
/**
* @brief Are arc functions needed.