Overview
========
The lcdc_cursor example shows how to use LCD hardware cursor.

In this example, a 32x32 cursor is shown. The cursor's position is changed at
the end of every frame.

Toolchain supported
===================
- Keil MDK 5.20

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

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
================
There is a cursor moves in the panel if the example runs successfully.

Customization options
=====================
cursor position update synchronized to vertical back porch, to verify if this is required, comment out the while (!s_frameEndFlag){} and uncomment while (!s_isNewTick){} to see the change of cursor movement (Which one is more smoother?).

