Overview
========
The lpcxpresso55s69_camera demo introduces a parallel interface for the camera solution for LPC55(S)6x/2x.
There is a hidden co-processor in LPC55S69 which can handle the signals of camera.
It reads the data from camera and stored the data in the RAM which can then be accessed by ARM core.


Toolchain supported
===================
- Keil MDK  5.27
- MCUXpresso  11.1.1

Hardware requirements
=====================
- Mini/micro USB cable
- LPCXpresso55s69 board
- Personal Computer
- OV7670 camera module
- 2.8inch TFT Touch Shield

Board settings
==============
No special settings are required.

Prepare the Demo
================
Note: MCUXpresso IDE project default debug console is semihost
1.  connect the camera module and LCD module with the LPCXpresso55s69 board
2.  Connect a micro USB cable between the PC host and the +5V power only (P5) on the board
2.  Connect another micro USB cable between the PC host and the CMSIS DAP USB port (P6) on the board
5.  Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

Running the demo
================
the LCD screen will display the image stream from camera
=====================

