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

COG_parameters_t Struct Reference

Define the COG driver's parameters. More...

#include <EPD_COG_process.h>

Data Fields

uint8_t channel_select [8]
 the SPI register data of Channel Select
uint8_t voltage_level
 the SPI register data of Voltage Level
uint16_t horizontal_size
 the bytes of width of EPD
uint16_t vertical_size
 the bytes of height of EPD
uint8_t data_line_size
 Data + Scan + Dummy bytes.
uint16_t frame_time_offset
 the rest of frame time in a stage
uint16_t stage_time
 defined stage time

Detailed Description

Define the COG driver's parameters.

Definition at line 216 of file EPD_COG_process.h.


Field Documentation

uint8_t channel_select[8]

the SPI register data of Channel Select

Definition at line 217 of file EPD_COG_process.h.

uint8_t data_line_size

Data + Scan + Dummy bytes.

Definition at line 221 of file EPD_COG_process.h.

the rest of frame time in a stage

Definition at line 222 of file EPD_COG_process.h.

uint16_t horizontal_size

the bytes of width of EPD

Definition at line 219 of file EPD_COG_process.h.

uint16_t stage_time

defined stage time

Definition at line 223 of file EPD_COG_process.h.

uint16_t vertical_size

the bytes of height of EPD

Definition at line 220 of file EPD_COG_process.h.

uint8_t voltage_level

the SPI register data of Voltage Level

Definition at line 218 of file EPD_COG_process.h.