aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-06 16:10:45 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-06 16:10:45 +0000
commitb2365bb86749f8add88a98c46013574bd6ad07ba (patch)
treeecebb8f6012b4f4b230d6de9f0a2fcdb2b28df0a /nuttx/Documentation
parent4c222bcab1917327a42bb8d33be29912b8b77503 (diff)
downloadpx4-firmware-b2365bb86749f8add88a98c46013574bd6ad07ba.tar.gz
px4-firmware-b2365bb86749f8add88a98c46013574bd6ad07ba.tar.bz2
px4-firmware-b2365bb86749f8add88a98c46013574bd6ad07ba.zip
PIC32MX7 MMB touchscreen driver update
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4806 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 2f649ac62..a467917f0 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
- <p>Last Updated: June 4, 2012</p>
+ <p>Last Updated: June 6, 2012</p>
</td>
</tr>
</table>
@@ -2281,7 +2281,14 @@
(2) Verified SPI driver,
(3) SPI-based SD Card support,
(4) USB device support (including configuration options for the USB mass storage device and the CDC/ACM serial class), and
- (4) Support for the MIO873QT2 LCD on the PIC32MX7 MMB.
+ (5) Support for the MIO873QT2 LCD on the PIC32MX7 MMB.
+ </p>
+ </p>
+ The PIC32MX7 MMB's touchscreen is connected directly to the MCU via ADC pins.
+ A touchscreen driver has been developed using the PIC32's ADC capabilities and can be enabled in the NSH configuration.
+ However, additional verification and tuning of this driver is required.
+ Further display/touchscreen verification would require C++ support (for NxWidgets and NxWM).
+ Since I there is no PIC32 C++ is the free version of the MPLAB C32 toolchain, further graphics development is stalled.
</p>
</ul>
</td>