From ef00cac45de322ba9366731809c680056b5200b1 Mon Sep 17 00:00:00 2001 From: inmarket Date: Tue, 13 Jan 2015 13:50:46 +1000 Subject: Add support and demo for pixmaps (in memory drawing) --- gfxconf.example.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gfxconf.example.h') diff --git a/gfxconf.example.h b/gfxconf.example.h index 4d18d37c..3a91d21a 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -104,6 +104,9 @@ // #define GDISP_NEED_IMAGE_PNG FALSE // #define GDISP_NEED_IMAGE_ACCOUNTING FALSE +//#define GDISP_NEED_PIXMAP FALSE +// #define GDISP_NEED_PIXMAP_IMAGE FALSE + //#define GDISP_DEFAULT_ORIENTATION GDISP_ROTATE_LANDSCAPE // If not defined the native hardware orientation is used. //#define GDISP_LINEBUF_SIZE 128 //#define GDISP_STARTUP_COLOR Black -- cgit v1.2.3