![]() |
LibDriver ST7920
|
st7920 extern driver modules More...
Functions | |
| uint8_t | st7920_write_cmd (st7920_handle_t *handle, uint8_t cmd) |
| write command | |
| uint8_t | st7920_write_data (st7920_handle_t *handle, uint8_t data) |
| write data | |
st7920 extern driver modules
| uint8_t st7920_write_cmd | ( | st7920_handle_t * | handle, |
| uint8_t | cmd ) |
write command
| [in] | *handle | pointer to an st7920 handle structure |
| [in] | cmd | written command |
Definition at line 1851 of file driver_st7920.c.
| uint8_t st7920_write_data | ( | st7920_handle_t * | handle, |
| uint8_t | data ) |
write data
| [in] | *handle | pointer to an st7920 handle structure |
| [in] | data | written data |
Definition at line 1884 of file driver_st7920.c.