![]() |
LibDriver ST7789
|
st7789 extend driver modules More...
Functions | |
| uint8_t | st7789_write_cmd (st7789_handle_t *handle, uint8_t cmd) |
| write the command | |
| uint8_t | st7789_write_data (st7789_handle_t *handle, uint8_t data) |
| write the data | |
st7789 extend driver modules
| uint8_t st7789_write_cmd | ( | st7789_handle_t * | handle, |
| uint8_t | cmd ) |
write the command
| [in] | *handle | pointer to an st7789 handle structure |
| [in] | cmd | sent command |
Definition at line 4620 of file driver_st7789.c.
| uint8_t st7789_write_data | ( | st7789_handle_t * | handle, |
| uint8_t | data ) |
write the data
| [in] | *handle | pointer to an st7789 handle structure |
| [in] | data | sent data |
Definition at line 4645 of file driver_st7789.c.