LPC1768 Mini-DK board with 2.8" SPI TFT and SPI touch

Dependencies:   Mini-DK SDFileSystem mbed

Fork of LPC1768_Mini-DK by Frank Vannieuwkerke

Files at this revision

API Documentation at this revision

Comitter:
frankvnk
Date:
Thu Jan 10 08:58:47 2013 +0000
Parent:
12:c1995a681578
Child:
14:27a488215184
Commit message:
FLASH_BUFFER comment update in main.cpp

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Jan 09 20:58:34 2013 +0000
+++ b/main.cpp	Thu Jan 10 08:58:47 2013 +0000
@@ -11,8 +11,8 @@
         Copy this file to the root of an SD card, insert it into the Mini-DK.
 
 IMPORTANT:
-Enable #define USE_FLASH_BUFFER in SPI_TFT.h to allow copy to flash.
-If copy to flash option is not needed - disable it.
+If copy to flash option is not needed - enable //#define NO_FLASH_BUFFER in Mini_DK.h
+
 
 UNCOMMENT THE DESIRED CODE TO TEST.