c8x8b 2.0.0.0
|
This file contains API for 8x8 B Click Driver. More...
#include "drv_digital_out.h"
#include "drv_spi_master.h"
Go to the source code of this file.
Data Structures | |
struct | c8x8b_t |
8x8 B Click context object. More... | |
struct | c8x8b_cfg_t |
8x8 B Click configuration object. More... | |
Enumerations | |
enum | c8x8b_return_value_t { C8X8B_OK = 0 , C8X8B_ERROR = -1 } |
8x8 B Click return value data. More... | |
Functions | |
void | c8x8b_cfg_setup (c8x8b_cfg_t *cfg) |
8x8 B configuration object setup function. | |
err_t | c8x8b_init (c8x8b_t *ctx, c8x8b_cfg_t *cfg) |
8x8 B initialization function. | |
void | c8x8b_default_cfg (c8x8b_t *ctx) |
8x8 B default configuration function. | |
void | c8x8b_write_cmd (c8x8b_t *ctx, uint8_t cmd, uint8_t tx_data) |
8x8 B data writing function. | |
void | c8x8b_display_refresh (c8x8b_t *ctx) |
8x8 B function for refresh display. | |
void | c8x8b_set_speed_scroll (c8x8b_t *ctx, uint8_t speed) |
8x8 B scroll setting function. | |
void | c8x8b_display_string (c8x8b_t *ctx, char *p_array) |
8x8 B function for displaying scrolling string. | |
void | c8x8b_display_byte (c8x8b_t *ctx, char tx_byte) |
8x8 B function for displaying one character. | |
void | c8x8b_display_image (c8x8b_t *ctx, uint8_t *p_image) |
8x8 B function for displaying image. | |
This file contains API for 8x8 B Click Driver.
enum c8x8b_return_value_t |