eink213inch 2.0.0.0
|
This file contains API for eINK 213 Inch Click driver. More...
#include "drv_digital_out.h"
#include "drv_digital_in.h"
#include "drv_spi_master.h"
Go to the source code of this file.
Data Structures | |
struct | eink213inch_font_t |
struct | eink213inch_cord_t |
struct | eink213inch_xy_t |
struct | eink213inch_set_text_t |
struct | eink213inch_t |
Click ctx object definition. More... | |
struct | eink213inch_cfg_t |
Click configuration structure definition. More... | |
Functions | |
void | eink213inch_cfg_setup (eink213inch_cfg_t *cfg) |
Config Object Initialization function. | |
err_t | eink213inch_init (eink213inch_t *ctx, eink213inch_cfg_t *cfg) |
Initialization function. | |
void | eink213inch_send_cmd (eink213inch_t *ctx, uint8_t command) |
Function for sending a command. | |
void | eink213inch_send_data (eink213inch_t *ctx, uint8_t c_data) |
Function for sending data. | |
void | eink213inch_reset (eink213inch_t *ctx) |
Function for reset chip. | |
void | eink213inch_sleep_mode (eink213inch_t *ctx) |
Function for go to sleep mode. | |
void | eink213inch_set_lut (eink213inch_t *ctx, const uint8_t *lut, uint8_t n_bytes) |
Set LUT table. | |
void | eink213inch_start_config (eink213inch_t *ctx) |
Start configuration display. | |
void | eink213inch_set_mem_pointer (eink213inch_t *ctx, uint16_t x, uint16_t y) |
Function for setting pointers in memory. | |
void | eink213inch_set_mem_area (eink213inch_t *ctx, eink213inch_xy_t *xy) |
Function for setting area in memory. | |
void | eink213inch_update_display (eink213inch_t *ctx) |
Functions for update display. | |
void | eink213inch_fill_screen (eink213inch_t *ctx, uint8_t color) |
Function that fills the screen. | |
void | eink213inch_display_image (eink213inch_t *ctx, const uint8_t *image_buffer) |
Display image function. | |
void | eink213inch_text (eink213inch_t *ctx, uint8_t *text, eink213inch_set_text_t *text_set) |
Function for draw text on the screen. | |
void | eink213inch_set_font (eink213inch_t *ctx, eink213inch_font_t *cfg_font) |
Set font function. | |
This file contains API for eINK 213 Inch Click driver.