![]() |
LibDriver SSD1351
|
ssd1351 extend driver modules More...
Functions | |
| uint8_t | ssd1351_write_cmd (ssd1351_handle_t *handle, uint8_t cmd) |
| write the command | |
| uint8_t | ssd1351_write_data (ssd1351_handle_t *handle, uint8_t data) |
| write the data | |
ssd1351 extend driver modules
| uint8_t ssd1351_write_cmd | ( | ssd1351_handle_t * | handle, |
| uint8_t | cmd ) |
write the command
| [in] | *handle | pointer to an ssd1351 handle structure |
| [in] | cmd | sent command |
Definition at line 3023 of file driver_ssd1351.c.
| uint8_t ssd1351_write_data | ( | ssd1351_handle_t * | handle, |
| uint8_t | data ) |
write the data
| [in] | *handle | pointer to an ssd1351 handle structure |
| [in] | data | sent data |
Definition at line 3048 of file driver_ssd1351.c.