aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-10-27 23:54:20 +0100
committerinmarket <andrewh@inmarket.com.au>2014-10-28 12:02:47 +1000
commit1541ae0d376922b0f26356455cde2c73c91db5b4 (patch)
tree0d710dff1a2aff1af8e670b6315797bf43a3f895 /src/gdisp
parent3825cec8f857ffd80cf9df0822ae39b639812842 (diff)
downloaduGFX-1541ae0d376922b0f26356455cde2c73c91db5b4.tar.gz
uGFX-1541ae0d376922b0f26356455cde2c73c91db5b4.tar.bz2
uGFX-1541ae0d376922b0f26356455cde2c73c91db5b4.zip
Adding GDISP_NEED_ARCSECTOR stuff that was missing
Diffstat (limited to 'src/gdisp')
-rw-r--r--src/gdisp/sys_options.h8
1 files changed, 8 insertions, 0 deletions
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