########################################################################
#
#                           LCD_Demo.eww
#
# $Revision: 30465 $
#
########################################################################

DESCRIPTION
===========
   This example project should be used only with IAR Embedded Workbench for ARM
  It shows basic use of the I/O, timer, interrupt controllers and LDC module for
  graphic and text drawing. It starts by show the IAR logo on the LCD and after
  5 second draw a test screen.
  Controls:
  
 AN_TRIM - contrast / backlight
 BUT1    - adjust backlight
 BUT2    - adjust LCD contrast


COMPATIBILITY
=============

   The example project is compatible with Olimex LPC1766-STK evaluation board.
   By default, the project is configured to use the J-Link JTAG interface.

CONFIGURATION
=============
   After power-up the controller get clock from internal RC oscillator that
  is unstable and may fail with J-Link auto detect. In this case adaptive
  clocking should be used. The adaptive clock can be select from menu:
  Project->Options..., section Debugger->J-Link/J-Trace  JTAG Speed - Adaptive.

   Make sure that the following jumpers are correctly configured on the
  Olimex LPC1766-STK evaluation board:

  PWR_SEL     - depending of power source
  RST_E       - unfilled
  ISP_E       - unfilled

GETTING STARTED
===============

  1) Start the IAR Embedded Workbench for ARM.

  2) Select File->Open->Workspace...
     Open the CD_Demo.eww workspace
     
  3) Run the program.

     The LCD_Demo application is downloaded to the iFlash.
