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).
Revisions of mbed.bld
Revision | Date | Message | Actions |
---|---|---|---|
10:d07f76421408 | 2013-01-08 | TFT.printf replaced with printf (mbed Stream(name) is available again). | File Diff Annotate |
6:b547fb6c1095 | 2013-01-03 | Faster writing to LCD; | File Diff Annotate |
0:ee7076d8260a | 2012-12-11 | First version - LCD and touch working - no Ethernet | File Diff Annotate |