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).

Committer:
frankvnk
Date:
Tue Jan 08 16:12:13 2013 +0000
Revision:
10:d07f76421408
Parent:
9:3e117b89c705
Child:
11:763038f9ba3e
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.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
frankvnk 10:d07f76421408 1 http://mbed.org/users/frankvnk/code/Mini-DK/#9399be4feea0