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

EM027BS013 Class Reference

EM027BS013 Class Reference

An interface to Embedded Artists' ePaper display, EM027BS013. More...

#include <EM027BS013.h>

Public Member Functions

 EM027BS013 (PinName sec03_SpiSCK, PinName sec04_SpiMOSI, PinName sec05_SpiMISO, PinName sec06_EpdCS, PinName sec07_EpdBusy, PinName sec08_EpdBorder, PinName sec09_I2cSCL, PinName sec10_I2cSDA, PinName sec11_FlashCS, PinName sec12_EpdReset, PinName sec13_EpdPanelOn, PinName sec14_EpdDischarge)
 Create an interface to an Embedded Artistss ePaper display, EM027BS013.
void drawImage (uint8_t *image)
 Draws the specified image on the display.

Detailed Description

An interface to Embedded Artists' ePaper display, EM027BS013.

Definition at line 23 of file EM027BS013.h.


Constructor & Destructor Documentation

EM027BS013 ( PinName  sec03_SpiSCK,
PinName  sec04_SpiMOSI,
PinName  sec05_SpiMISO,
PinName  sec06_EpdCS,
PinName  sec07_EpdBusy,
PinName  sec08_EpdBorder,
PinName  sec09_I2cSCL,
PinName  sec10_I2cSDA,
PinName  sec11_FlashCS,
PinName  sec12_EpdReset,
PinName  sec13_EpdPanelOn,
PinName  sec14_EpdDischarge 
)

Create an interface to an Embedded Artistss ePaper display, EM027BS013.

The parameters are all for the Serial Expansion Connector (SEC)

Definition at line 49 of file EM027BS013.cpp.


Member Function Documentation

void drawImage ( uint8_t *  image )

Draws the specified image on the display.

Parameters:
imageThe image data, must be 264x176 bytes

Definition at line 86 of file EM027BS013.cpp.