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_line_data_packet_type Union Reference

COG_line_data_packet_type Union Reference

Packet structure of a line data. More...

#include <EPD_COG_process.h>

Data Fields

union {
   struct COG_144_line_data_t   line_data_for_144
 line data structure of 1.44" EPD
   struct COG_200_line_data_t   line_data_for_200
 line data structure of 2" EPD
   struct COG_270_line_data_t   line_data_for_270
 line data structure of 2.7" EPD
line_data_by_size
 the line data of specific EPD size
uint8_t uint8 [LINE_BUFFER_DATA_SIZE]
 the maximum line buffer data size as length

Detailed Description

Packet structure of a line data.

Definition at line 205 of file EPD_COG_process.h.


Field Documentation

union { ... } line_data_by_size

the line data of specific EPD size

line data structure of 1.44" EPD

Definition at line 207 of file EPD_COG_process.h.

line data structure of 2" EPD

Definition at line 208 of file EPD_COG_process.h.

line data structure of 2.7" EPD

Definition at line 209 of file EPD_COG_process.h.

uint8_t uint8[LINE_BUFFER_DATA_SIZE]

the maximum line buffer data size as length

Definition at line 211 of file EPD_COG_process.h.