aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdisp/gdisp_options.h')
-rw-r--r--src/gdisp/gdisp_options.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/gdisp/gdisp_options.h b/src/gdisp/gdisp_options.h
index 0b250cd9..91055a1c 100644
--- a/src/gdisp/gdisp_options.h
+++ b/src/gdisp/gdisp_options.h
@@ -400,6 +400,21 @@
/**
* @}
*
+ * @name GDISP GIF Image Options
+ * @pre GDISP_NEED_IMAGE and GDISP_NEED_IMAGE_GIF must be TRUE
+ * @{
+ */
+ /**
+ * @brief The GIF blit buffer size.
+ * @details Defaults to 32
+ * @note Bigger is faster but requires more RAM.
+ */
+ #ifndef GDISP_IMAGE_GIF_BLIT_BUFFER_SIZE
+ #define GDISP_IMAGE_GIF_BLIT_BUFFER_SIZE 32
+ #endif
+/**
+ * @}
+ *
* @name GDISP PNG Image Options
* @pre GDISP_NEED_IMAGE and GDISP_NEED_IMAGE_PNG must be TRUE
* @{