From 69bcdbba84f936e5da1dd430c75ebd2a9ded41c8 Mon Sep 17 00:00:00 2001 From: Tectu Date: Thu, 9 Aug 2012 03:16:13 +0200 Subject: [PATCH] added XPT2046 readme --- halext/drivers/touchpad/touchpadXPT2046/readme.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 halext/drivers/touchpad/touchpadXPT2046/readme.txt diff --git a/halext/drivers/touchpad/touchpadXPT2046/readme.txt b/halext/drivers/touchpad/touchpadXPT2046/readme.txt new file mode 100644 index 00000000..992d346d --- /dev/null +++ b/halext/drivers/touchpad/touchpadXPT2046/readme.txt @@ -0,0 +1,9 @@ +To use this driver: + +1. Add in your halconf.h: + a) #define HAL_USE_TOUCHPAD TRUE + +2. To your makefile add the following lines: + include $(LCDLIB)/lcd.mk + include $(LCDLIB)/halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.mk +