diff options
author | Joel Bodenmann <joel@embedded.pro> | 2017-01-10 10:48:54 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@embedded.pro> | 2017-01-10 10:48:54 +0100 |
commit | 12a0f2dd64ce27aea9031693963b9fe9bf34cd6a (patch) | |
tree | 84d2c2db0f26a2f1d586dcbd3b3c5effa723e2f8 /gfxconf.example.h | |
parent | d3fb6b2cb9cf353630374ceeb7d6c550a3a942d9 (diff) | |
download | uGFX-12a0f2dd64ce27aea9031693963b9fe9bf34cd6a.tar.gz uGFX-12a0f2dd64ce27aea9031693963b9fe9bf34cd6a.tar.bz2 uGFX-12a0f2dd64ce27aea9031693963b9fe9bf34cd6a.zip |
Adding GDISP_IMAGE_GIF_BLIT_BUFFER_SIZE configuration option
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index 67792d26..4fa31d0c 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -109,6 +109,7 @@ //#define GDISP_NEED_IMAGE FALSE // #define GDISP_NEED_IMAGE_NATIVE FALSE // #define GDISP_NEED_IMAGE_GIF FALSE +// #define GDISP_IMAGE_GIF_BLIT_BUFFER_SIZE 32 // #define GDISP_NEED_IMAGE_BMP FALSE // #define GDISP_NEED_IMAGE_BMP_1 TRUE // #define GDISP_NEED_IMAGE_BMP_4 TRUE |