LPC1768 Mini-DK board with 2.8" SPI TFT and SPI touch
Dependencies: Mini-DK mbed SDFileSystem
WARNING: filetoflash (SD to CPU flash)
The SPI_TFT library called from Mini-DK.lib contains an option to copy an image from the SD card to the CPU flash memory. This allows you to use an image as background without speed loss when writing other text and graphics.
By default, this option is enabled.
It can be disabled by uncommenting the #define mentioned below in Mini_DK.h:
#define NO_FLASH_BUFFER
Since the flash memory has limited write endurance, DO NOT use this feature when you intend to read multiple images from the SD card (eg: when used as a photo frame).
History
Updated SPI_TFT_ILI9320 library to the latest version (auto-detect ILI9320, 9325 and 9328)
2014-11-04, by frankvnk [Tue, 04 Nov 2014 21:44:46 +0000] rev 17
Updated SPI_TFT_ILI9320 library to the latest version (auto-detect ILI9320, 9325 and 9328)
Added GetCalibration and SetCalibration
2014-03-23, by frankvnk [Sun, 23 Mar 2014 20:02:45 +0000] rev 16
Added GetCalibration and SetCalibration
New ILI9320 library.\\
2014-03-18, by frankvnk [Tue, 18 Mar 2014 19:30:28 +0000] rev 15
New ILI9320 library.\\
; Added \\
Mini-DK library update :
2013-01-11, by frankvnk [Fri, 11 Jan 2013 16:51:46 +0000] rev 14
Mini-DK library update :
; SPI_TFT renamed to SPI_TFT_ILI9320 and published as separate library
FLASH_BUFFER comment update in main.cpp
2013-01-10, by frankvnk [Thu, 10 Jan 2013 08:58:47 +0000] rev 13
FLASH_BUFFER comment update in main.cpp
Mini_DK library cleanup : documentation/comments
2013-01-09, by frankvnk [Wed, 09 Jan 2013 20:58:34 +0000] rev 12
Mini_DK library cleanup : documentation/comments
;
NO_FLASH_BUFFER added in Mini_DK.h
2013-01-08, by frankvnk [Tue, 08 Jan 2013 19:36:05 +0000] rev 11
NO_FLASH_BUFFER added in Mini_DK.h
TFT.printf replaced with printf (mbed Stream(name) is available again).
2013-01-08, by frankvnk [Tue, 08 Jan 2013 16:12:13 +0000] rev 10
TFT.printf replaced with printf (mbed Stream(name) is available again).
; 3 different code examples in main.cpp to demonstate the possibilities of the Mini-DK library.
back to code example - library is at separate page
2013-01-04, by frankvnk [Fri, 04 Jan 2013 14:08:03 +0000] rev 9
back to code example - library is at separate page
Program -> Library
2013-01-04, by frankvnk [Fri, 04 Jan 2013 13:36:03 +0000] rev 8
Program -> Library