Improvements and fixes
This commit is contained in:
parent
b6ac19a54d
commit
d27a2378b0
3 changed files with 126 additions and 11 deletions
|
|
@ -78,6 +78,13 @@ esp_err_t epd7in5_v3_create(epd7in5_v3_t *epd, spi_host_device_t host);
|
|||
*/
|
||||
esp_err_t epd7in5_v3_init(epd7in5_v3_t *epd);
|
||||
|
||||
/**
|
||||
* @brief Initialize the EPD panel with fast settings (no full refresh).
|
||||
* @param epd Pointer to an epd7in5_v3_t struct (must be allocated by caller).
|
||||
* @return ESP_OK on success, or an error code.
|
||||
*/
|
||||
esp_err_t epd7in5_v3_init_fast(epd7in5_v3_t *epd);
|
||||
|
||||
/**
|
||||
* @brief Send a blocking command byte.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue