diff options
author | Tectu <joel@unormal.org> | 2013-04-20 04:21:15 -0700 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2013-04-20 04:21:15 -0700 |
commit | 0877ec98e13aa87680637527fabc388553534365 (patch) | |
tree | e9f0ff1c65c629050948867fb716d91544f3c6be /include/gdisp/options.h | |
parent | 86b35d641d44b4d89ba279a947d42fb8680feadc (diff) | |
parent | a02c124940b6c5d61ffcbfb2c7e4d493775c3192 (diff) | |
download | uGFX-0877ec98e13aa87680637527fabc388553534365.tar.gz uGFX-0877ec98e13aa87680637527fabc388553534365.tar.bz2 uGFX-0877ec98e13aa87680637527fabc388553534365.zip |
Merge pull request #65 from inmarket/master
GIF image handling (including animations) and demo
Diffstat (limited to 'include/gdisp/options.h')
-rw-r--r-- | include/gdisp/options.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/gdisp/options.h b/include/gdisp/options.h index deacc036..5cdfbf59 100644 --- a/include/gdisp/options.h +++ b/include/gdisp/options.h @@ -186,6 +186,13 @@ #ifndef GDISP_NEED_IMAGE_PNG #define GDISP_NEED_IMAGE_PNG FALSE #endif + /** + * @brief Is memory accounting required during image decoding. + * @details Defaults to FALSE + */ + #ifndef GDISP_NEED_IMAGE_ACCOUNTING + #define GDISP_NEED_IMAGE_ACCOUNTING FALSE + #endif /** * @} * |