From 8b51bcf46f97d7cd752f3b3d9b52b9f39051f60f Mon Sep 17 00:00:00 2001 From: Andrew Hannam Date: Sun, 11 Nov 2012 19:03:30 +1000 Subject: Touch Fixes. Deprecate Console Touch: - Move defines that may be altered by the touch config file to the lld header file. - Move the definition of the Touch driver structure to the lld config file. - Changed CONVERSIONS macro to TOUCHSCREEN_CONVERSIONS - Replaced references to GDISP_SCREEN_WIDTH with gdispGetWidth - Renamed TOUCHSCREEN_HAS_IRQ to TOUCHSCREEN_HAS_PRESSED to match new function name. - Added prototypes for calibration storage functions to touchscreen_lld.h so that either the lld driver or the application can define the function. Console: -Deprecated into "old" directory. Functionality replaced by gwin. --- gfx.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'gfx.mk') diff --git a/gfx.mk b/gfx.mk index acf131d9..5a7e8610 100644 --- a/gfx.mk +++ b/gfx.mk @@ -7,7 +7,6 @@ GFXSRC += $(GFXLIB)/src/gdisp.c \ $(GFXLIB)/src/gdisp_fonts.c \ $(GFXLIB)/src/gwin.c \ $(GFXLIB)/src/touchscreen.c \ - $(GFXLIB)/src/console.c \ $(GFXLIB)/src/graph.c \ GFXINC += $(GFXLIB)/include -- cgit v1.2.3