Example with the 2.7" epaper display EM027BS013

Dependencies:   EM027BS013 mbed

Committer:
embeddedartists
Date:
Wed Oct 01 11:09:45 2014 +0000
Revision:
0:f061f25b8c55
First version

Who changed what in which revision?

UserRevisionLine numberNew contents of line
embeddedartists 0:f061f25b8c55 1 /**
embeddedartists 0:f061f25b8c55 2 * \file
embeddedartists 0:f061f25b8c55 3 *
embeddedartists 0:f061f25b8c55 4 * \brief The definition of image data arrays
embeddedartists 0:f061f25b8c55 5 *
embeddedartists 0:f061f25b8c55 6 * Copyright (c) 2012-2014 Pervasive Displays Inc. All rights reserved.
embeddedartists 0:f061f25b8c55 7 *
embeddedartists 0:f061f25b8c55 8 * Authors: Pervasive Displays Inc.
embeddedartists 0:f061f25b8c55 9 *
embeddedartists 0:f061f25b8c55 10 * Redistribution and use in source and binary forms, with or without
embeddedartists 0:f061f25b8c55 11 * modification, are permitted provided that the following conditions
embeddedartists 0:f061f25b8c55 12 * are met:
embeddedartists 0:f061f25b8c55 13 *
embeddedartists 0:f061f25b8c55 14 * 1. Redistributions of source code must retain the above copyright
embeddedartists 0:f061f25b8c55 15 * notice, this list of conditions and the following disclaimer.
embeddedartists 0:f061f25b8c55 16 * 2. Redistributions in binary form must reproduce the above copyright
embeddedartists 0:f061f25b8c55 17 * notice, this list of conditions and the following disclaimer in
embeddedartists 0:f061f25b8c55 18 * the documentation and/or other materials provided with the
embeddedartists 0:f061f25b8c55 19 * distribution.
embeddedartists 0:f061f25b8c55 20 *
embeddedartists 0:f061f25b8c55 21 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
embeddedartists 0:f061f25b8c55 22 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
embeddedartists 0:f061f25b8c55 23 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
embeddedartists 0:f061f25b8c55 24 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
embeddedartists 0:f061f25b8c55 25 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
embeddedartists 0:f061f25b8c55 26 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
embeddedartists 0:f061f25b8c55 27 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
embeddedartists 0:f061f25b8c55 28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
embeddedartists 0:f061f25b8c55 29 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
embeddedartists 0:f061f25b8c55 30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
embeddedartists 0:f061f25b8c55 31 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
embeddedartists 0:f061f25b8c55 32 */
embeddedartists 0:f061f25b8c55 33
embeddedartists 0:f061f25b8c55 34 extern unsigned char const image_array_270_1[]; /**< use 2.7" image array #1 */
embeddedartists 0:f061f25b8c55 35 extern unsigned char const image_array_270_2[]; /**< use 2.7" image array #2 */
embeddedartists 0:f061f25b8c55 36 extern unsigned char const image_array_270_ea[]; /**< use 2.7" image array with EA logo image */
embeddedartists 0:f061f25b8c55 37 extern unsigned char const image_array_270_text[]; /**< use 2.7" image array with sample text */
embeddedartists 0:f061f25b8c55 38
embeddedartists 0:f061f25b8c55 39