From 3695a89eceb1abacb12f17d7513e153320da3f0e Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 6 Jun 2012 16:10:45 +0000 Subject: [PATCH] PIC32MX7 MMB touchscreen driver update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4806 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 2f649ac62b..a467917f09 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.