From 2b75db44a096ddce161452c66c97ee20e724787e Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 10 Jan 2017 10:18:52 +0100 Subject: Adding GDISP_IMAGE_BMP_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 764d9199..90401af6 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -118,6 +118,7 @@ // #define GDISP_NEED_IMAGE_BMP_16 TRUE // #define GDISP_NEED_IMAGE_BMP_24 TRUE // #define GDISP_NEED_IMAGE_BMP_32 TRUE +// #define GDISP_IMAGE_BMP_BLIT_BUFFER_SIZE 32 // #define GDISP_NEED_IMAGE_JPG FALSE // #define GDISP_NEED_IMAGE_PNG FALSE // #define GDISP_NEED_IMAGE_PNG_INTERLACED FALSE -- cgit v1.2.3