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).
Revision 17:2975b628064f, committed 2014-11-04
- Comitter:
- frankvnk
- Date:
- Tue Nov 04 21:44:46 2014 +0000
- Parent:
- 16:784a071dec0e
- Commit message:
- Updated SPI_TFT_ILI9320 library to the latest version (auto-detect ILI9320, 9325 and 9328)
Changed in this revision
Mini-DK.lib | Show annotated file Show diff for this revision Revisions of this file |
diff -r 784a071dec0e -r 2975b628064f Mini-DK.lib --- a/Mini-DK.lib Sun Mar 23 20:02:45 2014 +0000 +++ b/Mini-DK.lib Tue Nov 04 21:44:46 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/frankvnk/code/Mini-DK/#9d05a7e6dc9d +http://mbed.org/users/frankvnk/code/Mini-DK/#67989b4f61ad