diff options
author | Tectu <joel@unormal.org> | 2012-08-14 02:12:59 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-08-14 02:12:59 +0200 |
commit | 72d994626f750a86a7a92b2c7ef87a3cceededb3 (patch) | |
tree | ced65c3920e7bd737aebe09a2897051807216e04 | |
parent | e6373df68bbfc508493aabaec2b56335f8a8d6b0 (diff) | |
download | uGFX-72d994626f750a86a7a92b2c7ef87a3cceededb3.tar.gz uGFX-72d994626f750a86a7a92b2c7ef87a3cceededb3.tar.bz2 uGFX-72d994626f750a86a7a92b2c7ef87a3cceededb3.zip |
removed touchpad prefix on touchpad drivers
-rw-r--r-- | docs/usage.txt | 2 | ||||
-rw-r--r-- | drivers/touchpad/ADS7843/readme.txt (renamed from drivers/touchpad/touchpadADS7843/readme.txt) | 0 | ||||
-rw-r--r-- | drivers/touchpad/ADS7843/touchpad_lld.c (renamed from drivers/touchpad/touchpadADS7843/touchpad_lld.c) | 0 | ||||
-rw-r--r-- | drivers/touchpad/ADS7843/touchpad_lld.mk | 6 | ||||
-rw-r--r-- | drivers/touchpad/ADS7843/touchpad_lld_config.h (renamed from drivers/touchpad/touchpadADS7843/touchpad_lld_config.h) | 0 | ||||
-rw-r--r-- | drivers/touchpad/XPT2046/readme.txt (renamed from drivers/touchpad/touchpadXPT2046/readme.txt) | 0 | ||||
-rw-r--r-- | drivers/touchpad/XPT2046/touchpad_lld.c (renamed from drivers/touchpad/touchpadXPT2046/touchpad_lld.c) | 0 | ||||
-rw-r--r-- | drivers/touchpad/XPT2046/touchpad_lld.mk | 6 | ||||
-rw-r--r-- | drivers/touchpad/XPT2046/touchpad_lld_config.h (renamed from drivers/touchpad/touchpadXPT2046/touchpad_lld_config.h) | 0 | ||||
-rw-r--r-- | drivers/touchpad/touchpadADS7843/touchpad_lld.mk | 6 | ||||
-rw-r--r-- | drivers/touchpad/touchpadXPT2046/touchpad_lld.mk | 6 |
11 files changed, 13 insertions, 13 deletions
diff --git a/docs/usage.txt b/docs/usage.txt index 52222ddc..961fa2c6 100644 --- a/docs/usage.txt +++ b/docs/usage.txt @@ -8,7 +8,7 @@ To include any of these functions/drivers in your project... 3/ Add $(LCDSRC) and $(LCDINC) to your SRCS and INCDIR of your projects Makefile
4/ In your project Makefile add the makefiles for any specific drivers you want e.g
- include $(LCDLIB)/halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.mk
+ include $(LCDLIB)/halext/drivers/touchpad/XPT2046/touchpad_lld.mk
include $(LCDLIB)/halext/drivers/gdisp/Nokia6610/gdisp_lld.mk
5/ In your project halconf.h turn on the support you want eg.
diff --git a/drivers/touchpad/touchpadADS7843/readme.txt b/drivers/touchpad/ADS7843/readme.txt index 34a57bc0..34a57bc0 100644 --- a/drivers/touchpad/touchpadADS7843/readme.txt +++ b/drivers/touchpad/ADS7843/readme.txt diff --git a/drivers/touchpad/touchpadADS7843/touchpad_lld.c b/drivers/touchpad/ADS7843/touchpad_lld.c index 8fc334b2..8fc334b2 100644 --- a/drivers/touchpad/touchpadADS7843/touchpad_lld.c +++ b/drivers/touchpad/ADS7843/touchpad_lld.c diff --git a/drivers/touchpad/ADS7843/touchpad_lld.mk b/drivers/touchpad/ADS7843/touchpad_lld.mk new file mode 100644 index 00000000..b17b1726 --- /dev/null +++ b/drivers/touchpad/ADS7843/touchpad_lld.mk @@ -0,0 +1,6 @@ +# List the required driver.
+LCDSRC += $(LCDLIB)/drivers/touchpad/ADS7843/touchpad_lld.c
+
+# Required include directories
+LCDINC += $(LCDLIB)/drivers/touchpad/ADS7843
+
diff --git a/drivers/touchpad/touchpadADS7843/touchpad_lld_config.h b/drivers/touchpad/ADS7843/touchpad_lld_config.h index 1e878795..1e878795 100644 --- a/drivers/touchpad/touchpadADS7843/touchpad_lld_config.h +++ b/drivers/touchpad/ADS7843/touchpad_lld_config.h diff --git a/drivers/touchpad/touchpadXPT2046/readme.txt b/drivers/touchpad/XPT2046/readme.txt index 992d346d..992d346d 100644 --- a/drivers/touchpad/touchpadXPT2046/readme.txt +++ b/drivers/touchpad/XPT2046/readme.txt diff --git a/drivers/touchpad/touchpadXPT2046/touchpad_lld.c b/drivers/touchpad/XPT2046/touchpad_lld.c index 24afcab4..24afcab4 100644 --- a/drivers/touchpad/touchpadXPT2046/touchpad_lld.c +++ b/drivers/touchpad/XPT2046/touchpad_lld.c diff --git a/drivers/touchpad/XPT2046/touchpad_lld.mk b/drivers/touchpad/XPT2046/touchpad_lld.mk new file mode 100644 index 00000000..362fb452 --- /dev/null +++ b/drivers/touchpad/XPT2046/touchpad_lld.mk @@ -0,0 +1,6 @@ +# List the required driver.
+LCDSRC += $(LCDLIB)/drivers/touchpad/XPT2046/touchpad_lld.c
+
+# Required include directories
+LCDINC += $(LCDLIB)/drivers/touchpad/XPT2046
+
diff --git a/drivers/touchpad/touchpadXPT2046/touchpad_lld_config.h b/drivers/touchpad/XPT2046/touchpad_lld_config.h index 4ddd8da0..4ddd8da0 100644 --- a/drivers/touchpad/touchpadXPT2046/touchpad_lld_config.h +++ b/drivers/touchpad/XPT2046/touchpad_lld_config.h diff --git a/drivers/touchpad/touchpadADS7843/touchpad_lld.mk b/drivers/touchpad/touchpadADS7843/touchpad_lld.mk deleted file mode 100644 index f70f0dd1..00000000 --- a/drivers/touchpad/touchpadADS7843/touchpad_lld.mk +++ /dev/null @@ -1,6 +0,0 @@ -# List the required driver.
-LCDSRC += $(LCDLIB)/drivers/touchpad/touchpadADS7843/touchpad_lld.c
-
-# Required include directories
-LCDINC += $(LCDLIB)/drivers/touchpad/touchpadADS7843
-
diff --git a/drivers/touchpad/touchpadXPT2046/touchpad_lld.mk b/drivers/touchpad/touchpadXPT2046/touchpad_lld.mk deleted file mode 100644 index 26e27c1c..00000000 --- a/drivers/touchpad/touchpadXPT2046/touchpad_lld.mk +++ /dev/null @@ -1,6 +0,0 @@ -# List the required driver.
-LCDSRC += $(LCDLIB)/drivers/touchpad/touchpadXPT2046/touchpad_lld.c
-
-# Required include directories
-LCDINC += $(LCDLIB)/drivers/touchpad/touchpadXPT2046
-
|