diff options
author | Andrew Hannam <andrewh@inmarket.com.au> | 2013-03-10 16:11:41 +1000 |
---|---|---|
committer | Andrew Hannam <andrewh@inmarket.com.au> | 2013-03-10 16:11:41 +1000 |
commit | 269262ef9bcd392eb037ed9873557478951669e7 (patch) | |
tree | 4b4b2f004f817b4e76bc3f7d401f93ead3aa77e8 /demos/modules/gadc | |
parent | 5fd7e423a2ff39d94689d2800aaface016e5c866 (diff) | |
download | uGFX-269262ef9bcd392eb037ed9873557478951669e7.tar.gz uGFX-269262ef9bcd392eb037ed9873557478951669e7.tar.bz2 uGFX-269262ef9bcd392eb037ed9873557478951669e7.zip |
GDISP changes including polygon support
Add polygon drawing
Add convex polygon filling
Start support for a monochrome display
Move gdisp doxygen to header file
Restructure the balance between gdisp.h and gdisp_lld.h
Remove old extern font definitions (now always use gdispOpenFont)
Make public the GDISP structure and change macros to suit (faster for
the application).
gdispQuery is now optional.
Diffstat (limited to 'demos/modules/gadc')
-rw-r--r-- | demos/modules/gadc/gfxconf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/modules/gadc/gfxconf.h b/demos/modules/gadc/gfxconf.h index 58475fba..213152e4 100644 --- a/demos/modules/gadc/gfxconf.h +++ b/demos/modules/gadc/gfxconf.h @@ -41,7 +41,6 @@ #define GDISP_NEED_MSGAPI FALSE /* GDISP - builtin fonts */ -#define GDISP_OLD_FONT_DEFINITIONS FALSE #define GDISP_INCLUDE_FONT_SMALL FALSE #define GDISP_INCLUDE_FONT_LARGER FALSE #define GDISP_INCLUDE_FONT_UI1 FALSE |