Library to control the EM027BS013 ePaper display from Pervasive Display.

Dependencies:   LM75B

Dependents:   app_epaper_EM027BS013_LPC1549 lpc4088_ebb_epaper EaEpaper_EM027BS013 app_epaper_EM027BS013 ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers EPD_COG.cpp Source File

EPD_COG.cpp

Go to the documentation of this file.
00001 /**
00002  * \file
00003  *
00004  * \brief The link source of different COG and EPD
00005  *
00006  * Copyright (c) 2012-2014 Pervasive Displays Inc. All rights reserved.
00007  *
00008  *  Authors: Pervasive Displays Inc.
00009  *
00010  *  Redistribution and use in source and binary forms, with or without
00011  *  modification, are permitted provided that the following conditions
00012  *  are met:
00013  *
00014  *  1. Redistributions of source code must retain the above copyright
00015  *     notice, this list of conditions and the following disclaimer.
00016  *  2. Redistributions in binary form must reproduce the above copyright
00017  *     notice, this list of conditions and the following disclaimer in
00018  *     the documentation and/or other materials provided with the
00019  *     distribution.
00020  *
00021  *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
00022  *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
00023  *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
00024  *  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
00025  *  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
00026  *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
00027  *  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
00028  *  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
00029  *  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
00030  *  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
00031  *  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00032  */
00033 
00034 //#include "Pervasive_Displays_small_EPD.h"
00035 
00036 //#if (defined COG_V110_G1)
00037 //#include "COG/V110_G1/EPD_COG_process_V110_G1.c"
00038 //#include "COG/V110_G1/EPD_COG_partial_update_V110_G1.c"
00039 //#elif (defined COG_V230_G2)
00040 //#include "COG/V230_G2/EPD_COG_process_V230_G2.c"
00041 //#else
00042 //#error "ERROR: The EPD's COG type is not defined."
00043 //#endif
00044 
00045