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

Pervasive_Displays_small_EPD.h File Reference

Pervasive_Displays_small_EPD.h File Reference

The definition of Pervasive Displays Inc. More...

Go to the source code of this file.

Typedefs

typedef void(* EPD_read_flash_handler )(long flash_address, uint8_t *target_buffer, uint8_t byte_length)
 Developer needs to create an external function if wants to read flash.

Enumerations

enum  EPD_SIZE
 

Support 1.44", 2" and 2.7" three type EPD.

More...

Functions

void delay_ms (unsigned int ms)
 Interrupt Service Routine for Timer A0.

Detailed Description

The definition of Pervasive Displays Inc.

's EPDs

Copyright (c) 2012-2014 Pervasive Displays Inc. All rights reserved.

Authors: Pervasive Displays Inc.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Definition in file Pervasive_Displays_small_EPD.h.


Typedef Documentation

typedef void(* EPD_read_flash_handler)(long flash_address, uint8_t *target_buffer, uint8_t byte_length)

Developer needs to create an external function if wants to read flash.

Definition at line 45 of file Pervasive_Displays_small_EPD.h.


Enumeration Type Documentation

enum EPD_SIZE

Support 1.44", 2" and 2.7" three type EPD.

Definition at line 75 of file Pervasive_Displays_small_EPD.h.


Function Documentation

void delay_ms ( unsigned int  ms )

Interrupt Service Routine for Timer A0.

Delay mini-seconds

Parameters:
msThe number of mini-seconds

Definition at line 133 of file EPD_hardware_driver.cpp.