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_144_line_data_t Struct Reference

COG_144_line_data_t Struct Reference

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

#include <EPD_COG_process.h>

Data Fields

uint8_t border_byte
 Internal border_control, for 1.44" EPD only.
uint8_t even [16]
 1.44" even byte array
uint8_t scan [24]
 1.44" scan byte array
uint8_t odd [16]
 1.44" odd byte array

Detailed Description

Line data structure of 1.44 inch EPD.

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

Note:
1.44 inch needs to put border_control byte at the front of data line. Refer to COG document Section 5.2 - 1.44" Input Data Order.

Definition at line 91 of file EPD_COG_process.h.


Field Documentation

uint8_t border_byte

Internal border_control, for 1.44" EPD only.

Internal border_control.

Definition at line 92 of file EPD_COG_process.h.

uint8_t even

1.44" even byte array

Definition at line 93 of file EPD_COG_process.h.

uint8_t odd

1.44" odd byte array

Definition at line 95 of file EPD_COG_process.h.

uint8_t scan

1.44" scan byte array

Definition at line 94 of file EPD_COG_process.h.