![]() |
LibDriver SSD1351
2.0.0
SSD1351 full function driver
|
ssd1351 extend driver modules More...
Functions | |
uint8_t | ssd1351_write_cmd (ssd1351_handle_t *handle, uint8_t cmd) |
write the command More... | |
uint8_t | ssd1351_write_data (ssd1351_handle_t *handle, uint8_t data) |
write the data More... | |
ssd1351 extend driver modules
uint8_t ssd1351_write_cmd | ( | ssd1351_handle_t * | handle, |
uint8_t | cmd | ||
) |
write the command
[in] | *handle | points to an ssd1351 handle structure |
[in] | cmd | is the send command |
Definition at line 3021 of file driver_ssd1351.c.
uint8_t ssd1351_write_data | ( | ssd1351_handle_t * | handle, |
uint8_t | data | ||
) |
write the data
[in] | *handle | points to an ssd1351 handle structure |
[in] | data | is the send data |
Definition at line 3046 of file driver_ssd1351.c.