diff options
author | inmarket <andrewh@inmarket.com.au> | 2015-01-13 13:50:46 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2015-01-13 13:50:46 +1000 |
commit | ef00cac45de322ba9366731809c680056b5200b1 (patch) | |
tree | 1b9fe655aa6f0142988cf9a1e6e72da9599e00a9 /gfxconf.example.h | |
parent | a22a32e8db12e38e47d9cbd3ec62ddd2eabbe9a5 (diff) | |
download | uGFX-ef00cac45de322ba9366731809c680056b5200b1.tar.gz uGFX-ef00cac45de322ba9366731809c680056b5200b1.tar.bz2 uGFX-ef00cac45de322ba9366731809c680056b5200b1.zip |
Add support and demo for pixmaps (in memory drawing)
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |