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

COG_270_line_data_t Struct Reference

COG_270_line_data_t Struct Reference

Line data structure of 2.7 inch EPD. More...

#include <EPD_COG_process.h>

Data Fields

uint8_t even [33]
 2.7" even byte array
uint8_t scan [44]
 2.7" scan byte array
uint8_t odd [33]
 2.7" odd byte array
uint8_t dummy_data
 dummy byte 0x00
uint8_t border_byte
 Internal border_control.

Detailed Description

Line data structure of 2.7 inch EPD.

Line data structure of 2.7 inch V230 EPD with G2 COG.

Note:
Add one byte x00 to complete a line Refer to COG document Section 5.2 - 2.7" Input Data Order.

Definition at line 117 of file EPD_COG_process.h.


Field Documentation

uint8_t border_byte

Internal border_control.

Definition at line 159 of file EPD_COG_process.h.

uint8_t dummy_data

dummy byte 0x00

Definition at line 121 of file EPD_COG_process.h.

uint8_t even

2.7" even byte array

Definition at line 118 of file EPD_COG_process.h.

uint8_t odd

2.7" odd byte array

Definition at line 120 of file EPD_COG_process.h.

uint8_t scan

2.7" scan byte array

Definition at line 119 of file EPD_COG_process.h.