summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-06 16:10:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-06 16:10:45 +0000
commit1bc2fa2af9ccdc3217d54bd4c3219797217dd946 (patch)
treeecebb8f6012b4f4b230d6de9f0a2fcdb2b28df0a /nuttx/Documentation/NuttX.html
parent7b6936598c0f53b68c26ac827d2d33e89c52c2b5 (diff)
downloadpx4-nuttx-1bc2fa2af9ccdc3217d54bd4c3219797217dd946.tar.gz
px4-nuttx-1bc2fa2af9ccdc3217d54bd4c3219797217dd946.tar.bz2
px4-nuttx-1bc2fa2af9ccdc3217d54bd4c3219797217dd946.zip
PIC32MX7 MMB touchscreen driver update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4806 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-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>