Frank Vannieuwkerke / SPI_TFT_ILI9320

Dependencies:   BurstSPI

Dependents:   KL25Z_ILI9320_Demo Mini-DK

You are viewing an older revision! See the latest version

Homepage

Table of Contents

  1. IMPORTANT NOTES

IMPORTANT NOTES

Loading fonts

When using this libary, don't forget to load the TFT_FONTS library from Peter Drescher at http://mbed.org/users/dreschpe/code/TFT_fonts/

filetoflash (SD to CPU flash)

This library 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 adding following instruction BEFORE you load the library:

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


All wikipages