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

COG_200_line_data_t Struct Reference

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

#include <EPD_COG_process.h>

Data Fields

uint8_t even [25]
 2" even byte array
uint8_t scan [24]
 2" scan byte array
uint8_t odd [25]
 2" odd byte array
uint8_t dummy_data
 dummy byte 0x00
uint8_t border_byte
 Internal border_control.

Detailed Description

Line data structure of 2 inch EPD.

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

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

Definition at line 104 of file EPD_COG_process.h.


Field Documentation

uint8_t border_byte

Internal border_control.

Definition at line 146 of file EPD_COG_process.h.

uint8_t dummy_data

dummy byte 0x00

Definition at line 108 of file EPD_COG_process.h.

uint8_t even

2" even byte array

Definition at line 105 of file EPD_COG_process.h.

uint8_t odd

2" odd byte array

Definition at line 107 of file EPD_COG_process.h.

uint8_t scan

2" scan byte array

Definition at line 106 of file EPD_COG_process.h.