Define the COG driver's parameters.
#include <EPD_COG_process.h>
Data Fields | |
uint8_t | channel_select [8] |
the SPI register data of Channel Select More... | |
uint8_t | data_line_size |
Data + Scan + Dummy bytes. More... | |
uint16_t | frame_time_offset |
the rest of frame time in a stage More... | |
uint16_t | horizontal_size |
the bytes of width of EPD More... | |
uint16_t | stage_time |
defined stage time More... | |
uint16_t | vertical_size |
the bytes of height of EPD More... | |
uint8_t | voltage_level |
the SPI register data of Voltage Level More... | |
uint8_t COG_parameters_t::channel_select[8] |
the SPI register data of Channel Select
Referenced by EPD_initialize_driver().
uint8_t COG_parameters_t::data_line_size |
Data + Scan + Dummy bytes.
Referenced by border_line(), dummy_line(), nothing_frame(), stage_handle_array(), stage_handle_flash(), and stage_handle_partial_update().
uint16_t COG_parameters_t::frame_time_offset |
the rest of frame time in a stage
Referenced by stage_handle_array(), stage_handle_flash(), and stage_handle_partial_update().
uint16_t COG_parameters_t::horizontal_size |
the bytes of width of EPD
Referenced by border_line(), nothing_frame(), save_partial_image(), stage_handle_array(), stage_handle_flash(), and stage_handle_partial_update().
uint16_t COG_parameters_t::stage_time |
defined stage time
uint16_t COG_parameters_t::vertical_size |
the bytes of height of EPD
Referenced by border_line(), dummy_line(), nothing_frame(), save_partial_image(), stage_handle_array(), stage_handle_flash(), and stage_handle_partial_update().
uint8_t COG_parameters_t::voltage_level |
the SPI register data of Voltage Level
Referenced by dummy_line(), EPD_initialize_driver(), nothing_frame(), stage_handle_array(), stage_handle_flash(), and stage_handle_partial_update().