summaryrefslogtreecommitdiff
path: root/nuttx/configs/arduino-due/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-02 13:52:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-02 13:52:09 -0600
commit839fa173a58af540fe9b8232ded8559661d3826c (patch)
treebe54613e8a52887b1ca52b81032edf5e35f4e61f /nuttx/configs/arduino-due/README.txt
parentcae1325e2b7a87ca6fb94b96ef01d524aebb3e0f (diff)
downloadpx4-nuttx-839fa173a58af540fe9b8232ded8559661d3826c.tar.gz
px4-nuttx-839fa173a58af540fe9b8232ded8559661d3826c.tar.bz2
px4-nuttx-839fa173a58af540fe9b8232ded8559661d3826c.zip
Several fixes to get a clean compile of the Arduino touch screen
Diffstat (limited to 'nuttx/configs/arduino-due/README.txt')
-rw-r--r--nuttx/configs/arduino-due/README.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/nuttx/configs/arduino-due/README.txt b/nuttx/configs/arduino-due/README.txt
index 976322e43..92b3437a7 100644
--- a/nuttx/configs/arduino-due/README.txt
+++ b/nuttx/configs/arduino-due/README.txt
@@ -1024,6 +1024,9 @@ Configuration sub-directories
Application Configuration -> NSH Library
CONFIG_NSH_ARCHINIT=y : Board has architecture-specific initialization
+ STATUS:
+ 2013-7-2: SD card is not responding. All 0's received on SPI.
+
3. This configuration has been used for verifying the touchscreen on
on the ITEAD TFT Shield. With the modifications below, you can
include the touchscreen test program at apps/examples/touchscreen as
@@ -1043,6 +1046,13 @@ Configuration sub-directories
CONFIG_SPI_BITBANG=y : Enable SPI bit-bang support
CONFIG_INPUT=y : Enable support for input devices
+ CONFIG_INPUT_ADS7843E=y : Enable support for the XPT2046
+ CONFIG_ADS7843E_SPIDEV=0 : (Doesn't matter)
+ CONFIG_ADS7843E_SPIMODE=0 : Use SPI mode 0
+ CONFIG_ADS7843E_FREQUENCY=1000000 : SPI BAUD 1MHz
+ CONFIG_ADS7843E_SWAPXY=y : If landscpe orientation
+ CONFIG_ADS7843E_THRESHX=51 : These will probably need to be tuned
+ CONFIG_ADS7843E_THRESHY=39
System Type:
CONFIG_GPIO_IRQ=y : GPIO interrupt support
@@ -1064,3 +1074,7 @@ Configuration sub-directories
CONFIG_DEBUG=y : Enable debug features
CONFIG_DEBUG_VERBOSE=y : Enable verbose debug output
CONFIG_DEBUG_INPUT=y : Enable debug output from input devices
+
+ STATUS:
+ 2013-7-2: TSC is not responding. All 0's received on SPI.
+