aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gadc
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2013-03-10 16:14:32 +1000
committerAndrew Hannam <andrewh@inmarket.com.au>2013-03-10 16:14:32 +1000
commit40b390908c569a173ce280734a4bdf0679a44f54 (patch)
treea63f31ea352229401aa8c0f573b2051f1f99e364 /demos/modules/gadc
parent8a40457c8645560b4b94bfd16f99f67d51168c82 (diff)
downloaduGFX-40b390908c569a173ce280734a4bdf0679a44f54.tar.gz
uGFX-40b390908c569a173ce280734a4bdf0679a44f54.tar.bz2
uGFX-40b390908c569a173ce280734a4bdf0679a44f54.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.h1
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