From 07f34835358ef65de310934ae726b66c7ca46f68 Mon Sep 17 00:00:00 2001 From: Andrew Hannam Date: Thu, 6 Dec 2012 18:45:54 +1000 Subject: Restructure Create global include file called gfx.h which knows about sub-system dependancies. Deprecate Touchscreen (GINPUT touch is now working properly) Merge Graph into GWIN Change directory structure to reflect sub-system structure Many small bugs fixed Split Nokia6610 gdisp driver into GE8 and GE12 controller versions Fixed broken demos. GFX sub-systems are now clearly defined and new ones should be much easier to add. --- demos/modules/ginput_touch_driver_test/main.c | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'demos/modules/ginput_touch_driver_test/main.c') diff --git a/demos/modules/ginput_touch_driver_test/main.c b/demos/modules/ginput_touch_driver_test/main.c index 78f29f86..d8fe1739 100644 --- a/demos/modules/ginput_touch_driver_test/main.c +++ b/demos/modules/ginput_touch_driver_test/main.c @@ -18,30 +18,10 @@ along with this program. If not, see . */ -/* - * Make sure you have the following enabled in your halconf.h: - * - * #define GFX_USE_GDISP TRUE - * #define GFX_USE_GINPUT TRUE - * #define GFX_USE_GEVENT TRUE - * #define GFX_USE_GTIMER TRUE - * #define GFX_USE_GWIN TRUE - * - * #define GWIN_NEED_CONSOLE TRUE - * #define GWIN_NEED_BUTTON TRUE - * - * #define GINPUT_NEED_MOUSE TRUE - * #define GINPUT_NEED_TOUCH TRUE - * - * #define GDISP_NEED_CLIP TRUE - */ - #include "ch.h" #include "hal.h" #include "chprintf.h" -#include "gdisp.h" -#include "ginput.h" -#include "gwin.h" +#include "gfx.h" static GConsoleObject gc; static GButtonObject gNext; -- cgit v1.2.3