From 40b390908c569a173ce280734a4bdf0679a44f54 Mon Sep 17 00:00:00 2001 From: Andrew Hannam Date: Sun, 10 Mar 2013 16:14:32 +1000 Subject: 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. --- demos/modules/gaudin/gfxconf.h | 1 - 1 file changed, 1 deletion(-) (limited to 'demos/modules/gaudin') 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 -- cgit v1.2.3