![]() |
LibDriver ST7789
|
st7789 interface driver modules More...
Functions | |
| uint8_t | st7789_interface_spi_init (void) |
| interface spi bus init | |
| uint8_t | st7789_interface_spi_deinit (void) |
| interface spi bus deinit | |
| uint8_t | st7789_interface_spi_write_cmd (uint8_t *buf, uint16_t len) |
| interface spi bus write | |
| void | st7789_interface_delay_ms (uint32_t ms) |
| interface delay ms | |
| void | st7789_interface_debug_print (const char *const fmt,...) |
| interface print format data | |
| uint8_t | st7789_interface_cmd_data_gpio_init (void) |
| interface command && data gpio init | |
| uint8_t | st7789_interface_cmd_data_gpio_deinit (void) |
| interface command && data gpio deinit | |
| uint8_t | st7789_interface_cmd_data_gpio_write (uint8_t value) |
| interface command && data gpio write | |
| uint8_t | st7789_interface_reset_gpio_init (void) |
| interface reset gpio init | |
| uint8_t | st7789_interface_reset_gpio_deinit (void) |
| interface reset gpio deinit | |
| uint8_t | st7789_interface_reset_gpio_write (uint8_t value) |
| interface reset gpio write | |
st7789 interface driver modules
| uint8_t st7789_interface_cmd_data_gpio_deinit | ( | void | ) |
interface command && data gpio deinit
Definition at line 116 of file driver_st7789_interface_template.c.
| uint8_t st7789_interface_cmd_data_gpio_init | ( | void | ) |
interface command && data gpio init
Definition at line 104 of file driver_st7789_interface_template.c.
| uint8_t st7789_interface_cmd_data_gpio_write | ( | uint8_t | value | ) |
interface command && data gpio write
| [in] | value | written value |
Definition at line 129 of file driver_st7789_interface_template.c.
| void st7789_interface_debug_print | ( | const char *const | fmt, |
| ... ) |
interface print format data
| [in] | fmt | format data |
Definition at line 92 of file driver_st7789_interface_template.c.
| void st7789_interface_delay_ms | ( | uint32_t | ms | ) |
interface delay ms
| [in] | ms | time |
Definition at line 82 of file driver_st7789_interface_template.c.
| uint8_t st7789_interface_reset_gpio_deinit | ( | void | ) |
interface reset gpio deinit
Definition at line 153 of file driver_st7789_interface_template.c.
| uint8_t st7789_interface_reset_gpio_init | ( | void | ) |
interface reset gpio init
Definition at line 141 of file driver_st7789_interface_template.c.
| uint8_t st7789_interface_reset_gpio_write | ( | uint8_t | value | ) |
interface reset gpio write
| [in] | value | written value |
Definition at line 166 of file driver_st7789_interface_template.c.
| uint8_t st7789_interface_spi_deinit | ( | void | ) |
interface spi bus deinit
Definition at line 58 of file driver_st7789_interface_template.c.
| uint8_t st7789_interface_spi_init | ( | void | ) |
interface spi bus init
Definition at line 46 of file driver_st7789_interface_template.c.
| uint8_t st7789_interface_spi_write_cmd | ( | uint8_t * | buf, |
| uint16_t | len ) |
interface spi bus write
| [in] | *buf | pointer to a data buffer |
| [in] | len | length of data buffer |
Definition at line 72 of file driver_st7789_interface_template.c.