aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/sys_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdisp/sys_options.h')
-rw-r--r--src/gdisp/sys_options.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/gdisp/sys_options.h b/src/gdisp/sys_options.h
index 98be1a46..ebb054e1 100644
--- a/src/gdisp/sys_options.h
+++ b/src/gdisp/sys_options.h
@@ -177,6 +177,13 @@
#ifndef GDISP_NEED_IMAGE
#define GDISP_NEED_IMAGE FALSE
#endif
+ /**
+ * @brief Is the image interface required.
+ * @details Defaults to FALSE
+ */
+ #ifndef GDISP_NEED_PIXMAP
+ #define GDISP_NEED_PIXMAP FALSE
+ #endif
/**
* @}
*
@@ -340,6 +347,15 @@
/**
* @}
*
+ * @name GDISP Pixmap Options
+ * @{
+ */
+ #ifndef GDISP_NEED_PIXMAP_IMAGE
+ #define GDISP_NEED_PIXMAP_IMAGE FALSE
+ #endif
+/**
+ * @}
+ *
* @name GDISP Optional Low Level Driver Defines
* @{
*/