aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gfxconf.example.h1
-rw-r--r--src/gdisp/sys_options.h8
2 files changed, 9 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index 7ac48591..564c0c70 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -55,6 +55,7 @@
//#define GDISP_NEED_CIRCLE FALSE
//#define GDISP_NEED_ELLIPSE FALSE
//#define GDISP_NEED_ARC FALSE
+//#define GDISP_NEED_ARCSECTORS FALSE
//#define GDISP_NEED_CONVEX_POLYGON FALSE
//#define GDISP_NEED_SCROLL FALSE
//#define GDISP_NEED_PIXELREAD FALSE
diff --git a/src/gdisp/sys_options.h b/src/gdisp/sys_options.h
index f3d8875d..98be1a46 100644
--- a/src/gdisp/sys_options.h
+++ b/src/gdisp/sys_options.h
@@ -102,6 +102,14 @@
#define GDISP_NEED_ELLIPSE FALSE
#endif
/**
+ * @brief Are arc sector functions needed.
+ * @details Defaults to FALSE
+ * @note Uses integer algorithms only. It does not use any trig or floating point.
+ */
+ #ifndef GDISP_NEED_ARCSECTORS
+ #define GDISP_NEED_ARCSECTORS FALSE
+ #endif
+ /**
* @brief Are arc functions needed.
* @details Defaults to FALSE
* @note This can be compiled using fully integer mathematics by