eink290inch 2.0.0.0
|
This file contains API for eINK 290 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 | eink290inch_font_t |
struct | eink290inch_cord_t |
struct | eink290inch_xy_t |
struct | eink290inch_set_text_t |
struct | eink290inch_t |
Click ctx object definition. More... | |
struct | eink290inch_cfg_t |
Click configuration structure definition. More... | |
Functions | |
void | eink290inch_cfg_setup (eink290inch_cfg_t *cfg) |
Config Object Initialization function. | |
err_t | eink290inch_init (eink290inch_t *ctx, eink290inch_cfg_t *cfg) |
Initialization function. | |
void | eink290inch_send_cmd (eink290inch_t *ctx, uint8_t command) |
Function for sending a command. | |
void | eink290inch_send_data (eink290inch_t *ctx, uint8_t c_data) |
Function for sending data. | |
void | eink290inch_reset (eink290inch_t *ctx) |
Function for reset chip. | |
void | eink290inch_sleep_mode (eink290inch_t *ctx) |
Function for go to sleep mode. | |
void | eink290inch_set_lut (eink290inch_t *ctx, const uint8_t *lut, uint8_t lut_cnt) |
Set LUT table. | |
void | eink290inch_start_config (eink290inch_t *ctx) |
Start configuration display. | |
void | eink290inch_set_mem_pointer (eink290inch_t *ctx, uint16_t x, uint16_t y) |
Function for setting pointers in memory. | |
void | eink290inch_set_mem_area (eink290inch_t *ctx, eink290inch_xy_t *xy) |
Function for setting area in memory. | |
void | eink290inch_update_display (eink290inch_t *ctx) |
Functions for update dispaly. | |
void | eink290inch_fill_screen (eink290inch_t *ctx, uint8_t color) |
Function that fills the screen. | |
void | eink290inch_display_image (eink290inch_t *ctx, const uint8_t *image_buffer) |
Display image function. | |
void | eink290inch_text (eink290inch_t *ctx, uint8_t *text, eink290inch_set_text_t *text_set) |
Function for draw text on the screen. | |
void | eink290inch_set_font (eink290inch_t *ctx, eink290inch_font_t *cfg_font) |
Set font function. | |
This file contains API for eINK 290 Inch Click driver.