summaryrefslogtreecommitdiff
path: root/nuttx/configs/pic32mx7mmb/README.txt
diff options
context:
space:
mode:
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