aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp_options.h
diff options
context:
space:
mode:
authorinmarket <inmarket@ugfx.org>2016-11-09 16:41:44 +1000
committerinmarket <inmarket@ugfx.org>2016-11-09 16:41:44 +1000
commit545a719db9f706d47d1135c5056faab82e22f230 (patch)
treef883cf9fa6bcc8f5aae4f22465f9c51cf4e44462 /src/gdisp/gdisp_options.h
parent59917dbe1acd506fcde7a4a7485333c3125da7e1 (diff)
downloaduGFX-545a719db9f706d47d1135c5056faab82e22f230.tar.gz
uGFX-545a719db9f706d47d1135c5056faab82e22f230.tar.bz2
uGFX-545a719db9f706d47d1135c5056faab82e22f230.zip
New dual circle drawing in GDISP
Diffstat (limited to 'src/gdisp/gdisp_options.h')
-rw-r--r--src/gdisp/gdisp_options.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gdisp/gdisp_options.h b/src/gdisp/gdisp_options.h
index 4c004808..09502618 100644
--- a/src/gdisp/gdisp_options.h
+++ b/src/gdisp/gdisp_options.h
@@ -94,6 +94,14 @@
#define GDISP_NEED_CIRCLE FALSE
#endif
/**
+ * @brief Are dual circle functions needed (one circle inside another).
+ * @details Defaults to FALSE
+ * @note Uses integer algorithms only. It does not use any trig or floating point.
+ */
+ #ifndef GDISP_NEED_DUALCIRCLE
+ #define GDISP_NEED_DUALCIRCLE FALSE
+ #endif
+ /**
* @brief Are ellipse functions needed.
* @details Defaults to FALSE
* @note Uses integer algorithms only. It does not use any trig or floating point.