c16x9 2.0.0.0
|
This file contains API for 16x9 Click driver. More...
#include "drv_digital_out.h"
#include "drv_digital_in.h"
#include "drv_i2c_master.h"
Go to the source code of this file.
Data Structures | |
struct | c16x9_t |
Click ctx object definition. More... | |
struct | c16x9_cfg_t |
Click configuration structure definition. More... | |
struct | c16x9_point_t |
Point structure definition. More... | |
struct | c16x9_image_t |
Image structure definition. More... | |
struct | c16x9_char_t |
Character structure definition. More... | |
struct | c16x9_rectangle_t |
Rectangle structure definition. More... | |
Functions | |
void | c16x9_cfg_setup (c16x9_cfg_t *cfg) |
Config Object Initialization function. | |
C16X9_RETVAL | c16x9_init (c16x9_t *ctx, c16x9_cfg_t *cfg) |
Initialization function. | |
void | c16x9_generic_write (c16x9_t *ctx, uint8_t reg, uint8_t *data_buf, uint8_t len) |
Generic write function. | |
void | c16x9_control_all (c16x9_t *ctx, uint8_t ctrl, uint8_t state) |
Functions for control all leds. | |
void | c16x9_fill_screen (c16x9_t *ctx, uint8_t pwm) |
Functions for fill screen. | |
void | c16x9_display_refresh (c16x9_t *ctx) |
Function for refresh display. | |
void | c16x9_draw_point (c16x9_t *ctx, c16x9_point_t *point) |
Functions for draw point . | |
void | c16x9_display_image (c16x9_t *ctx, c16x9_image_t *image) |
Image display function. | |
void | c16x9_display_byte (c16x9_t *ctx, c16x9_char_t *data_char) |
Function for displaying one character. | |
void | c16x9_draw_rectangle (c16x9_t *ctx, c16x9_rectangle_t *rectangle) |
Draw rectangle. | |
uint8_t | c16x9_get_interrupt_state (c16x9_t *ctx) |
Interrupt pin state. | |
This file contains API for 16x9 Click driver.