c8x8y 2.0.0.0
|
This file contains API for 8x8 Y Click Driver. More...
#include "drv_digital_out.h"
#include "drv_spi_master.h"
Go to the source code of this file.
Data Structures | |
struct | c8x8y_t |
8x8 Y Click context object. More... | |
struct | c8x8y_cfg_t |
8x8 Y Click configuration object. More... | |
Enumerations | |
enum | c8x8y_return_value_t { C8X8Y_OK = 0 , C8X8Y_ERROR = -1 } |
8x8 Y Click return value data. More... | |
Functions | |
void | c8x8y_cfg_setup (c8x8y_cfg_t *cfg) |
8x8 Y configuration object setup function. | |
err_t | c8x8y_init (c8x8y_t *ctx, c8x8y_cfg_t *cfg) |
8x8 Y initialization function. | |
void | c8x8y_default_cfg (c8x8y_t *ctx) |
8x8 Y default configuration function. | |
void | c8x8y_write_cmd (c8x8y_t *ctx, uint8_t cmd, uint8_t tx_data) |
8x8 Y data writing function. | |
void | c8x8y_display_refresh (c8x8y_t *ctx) |
8x8 Y function for refresh display. | |
void | c8x8y_set_speed_scroll (c8x8y_t *ctx, uint8_t speed) |
8x8 Y scroll setting function. | |
void | c8x8y_display_string (c8x8y_t *ctx, char *p_array) |
8x8 Y function for displaying scrolling string. | |
void | c8x8y_display_byte (c8x8y_t *ctx, char tx_byte) |
8x8 Y function for displaying one character. | |
void | c8x8y_display_image (c8x8y_t *ctx, uint8_t *p_image) |
8x8 Y function for displaying image. | |
This file contains API for 8x8 Y Click Driver.
enum c8x8y_return_value_t |