########################################################################
#
#                           LCD_Demo.eww
#
#
########################################################################

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


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

   The example project is compatible with Olimex LPC-2378-STK
  evaluation board. By default, the project is configured to use the
  J-Link JTAG interface.
  
  IMPORTANT Note: Over the years Olimex has used LCD displays with different controllers.
  The project auto-detects if it is Epson or Philips controller.
  But in if the wrong configuration is selected the picture will be flipped.
  To fix that change your project configuration from the drop-down menu (Philips/Epson).
  Since we also have Philips controllers with different ID numbers the
  project auto-detects which specific ID we are dealing with.

CONFIGURATION
=============
   After power-up the controller get clock from internal RC oscillator that
  is unstable and may fail with J-Link auto detect, therefore adaptive clocking
  should always 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
  IAR LPC-2378-SK evaluation board:

  PWR_SEL     - depending of power source
  USBC/USBSC  - USBSC
  RST_E       - unfilled
  ISP_E       - unfilled

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

  1) Start the IAR Embedded Workbench for ARM 6.30.7.

  2) Select File->Open->Workspace...
     Open LCD_Demo.eww workspace:

  3) Run the program.

  The LCD_Demo application is downloaded to the iFlash.
