Description
-----------
  This is sample code for the Pervasive Displays EM027 e-paper display. 
  The display is a 2.7 inch screen with a 264 x 176 resolution.
  
  The demo is a slide show application writing images to the display.
  The SW2 button need to be pressed for the next image to be shown.

  
  The sample code is generic and works on several development 
  boards which supports the Embedded Artists Serial Expansion
  Connector (SEC). 

Project Structure
-----------------
  BSP - Contains Boards specific files
  CDL - contains MCU specific drivers
  s_xxx - Sample applications start with the prefix 's_' followed
          by a descriptive name (such as demo).

Build configuration
-------------------
  The software can be run on several development boards and several
  microcontrollers. Before compiling the code the IDE/compiler must 
  be configured correctly for the board/MCU being used.         
  
  LPCXpresso/Red Suite IDE
  ------------------------
  
  1. Configure Projects
     - Right-click on the BSP project
     - Click Build Configurations -> Set Active -> (see configuration below)
     - repeat these steps with CDL and s_xxx
  2. Configure MCU
     - Right-click on the s_xxx project
     - Click Properties -> C/C++ Build -> MCU Settings -> (see configuration 
       below)
  3. Configure the indexer
     - Click Window -> Preferences -> C/C++ -> Indexer -> Use active build configuration
     
  
  Board Configuration table
  ~~~~~~~~~~~~~~~~~~~~~~~~~
  
                       BSP            CDL           s_xxx         MCU
                       ------------   -----------   -----------   -------
  LPC1788 OEM Board:   tOEM_LPC1788   tLPC177x_8x   tLPC177x_8x   LPC1788
  AOAA Kit         :   tAOAA          tLPC17xx      tLPC17xx      LPC1769
  
  
