diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 2f649ac62bd..a467917f09a 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: June 4, 2012
+ Last Updated: June 6, 2012
|
@@ -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.
+
+
+ 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.