Hardware requirements
=====================
- Micro USB cable
- LPCXpresso54608 board
- Personal Computer

Toolchain supported
===================
- IAR embedded Workbench 8.11
- Keil MDK 5.24
- MCUXpresso 10

Board settings
==============
No special board settings.

Prepare the Demo
================
1. Connect a micro USB cable between the PC host and the LPC-Link USB port (J8) on the board.
2. Download the program to the target board.
3. Either press the reset button on your board or launch the debugger in your IDE to begin running
   the demo.

Running the demo
================
This example uses on board 16MB Quad SPI flash via SPIFI and 480*272 LCD screen. 
A dual frame buffer is present in SDRAM. 
The LCD controller is run with 16BPP (bits per pixel) in RGB565 format.
When the example is run, a 480 x 272 with RGB565 image will be loaded from Quad SPI
flash via SPIFI's direct access. When a touch is detected on LCD panel, another
480 x 272 image will display.

