aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2013-03-10 16:11:41 +1000
committerAndrew Hannam <andrewh@inmarket.com.au>2013-03-10 16:11:41 +1000
commit269262ef9bcd392eb037ed9873557478951669e7 (patch)
tree4b4b2f004f817b4e76bc3f7d401f93ead3aa77e8 /demos
parent5fd7e423a2ff39d94689d2800aaface016e5c866 (diff)
downloaduGFX-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')
-rw-r--r--demos/modules/gadc/gfxconf.h1
-rw-r--r--demos/modules/gaudin/gfxconf.h1
2 files changed, 0 insertions, 2 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
diff --git a/demos/modules/gaudin/gfxconf.h b/demos/modules/gaudin/gfxconf.h
index 4222acb4..a4df2071 100644
--- a/demos/modules/gaudin/gfxconf.h
+++ b/demos/modules/gaudin/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