From 12a0f2dd64ce27aea9031693963b9fe9bf34cd6a Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 10 Jan 2017 10:48:54 +0100 Subject: Adding GDISP_IMAGE_GIF_BLIT_BUFFER_SIZE configuration option --- gfxconf.example.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gfxconf.example.h') 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 -- cgit v1.2.3