summaryrefslogtreecommitdiff
path: root/nuttx/configs/pic32mx7mmb/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-05 19:45:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-05 19:45:01 +0000
commit8542f3ce1b6c90106d4c113cd708996b937654a2 (patch)
treebc61ea68197c3e43187adfa660fac05930221618 /nuttx/configs/pic32mx7mmb/README.txt
parentacd914acaa2bd4e4c2d06b9e8b8127439192c388 (diff)
downloadpx4-nuttx-8542f3ce1b6c90106d4c113cd708996b937654a2.tar.gz
px4-nuttx-8542f3ce1b6c90106d4c113cd708996b937654a2.tar.bz2
px4-nuttx-8542f3ce1b6c90106d4c113cd708996b937654a2.zip
Add an ADC-based touchscreen driver for the PIC32MX7 MMB board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4804 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/pic32mx7mmb/README.txt')
-rw-r--r--nuttx/configs/pic32mx7mmb/README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/configs/pic32mx7mmb/README.txt b/nuttx/configs/pic32mx7mmb/README.txt
index 175259bcc..e20c1f676 100644
--- a/nuttx/configs/pic32mx7mmb/README.txt
+++ b/nuttx/configs/pic32mx7mmb/README.txt
@@ -762,3 +762,13 @@ Where <subdir> is one of the following:
CONFIGURED_APPS += examples/nximage :
CONFIGURED_APPS += examples/nxlines :
+ Enabling touch screen support in the nsh configuaration
+ -------------------------------------------------------
+
+ In defconfig (or nuttx/.config), set:
+
+ CONFIG_INPUT=y
+
+ In appconfig (or apps/.config), uncomment:
+
+ CONFIGURED_APPS += examples/touchscreen