mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(esp_lcd): add user data and init cmd
This commit is contained in:
parent
f0437b945f
commit
559df9640c
@ -119,6 +119,8 @@ struct esp_lcd_panel_t {
|
|||||||
* - ESP_ERR_NOT_SUPPORTED if this function is not supported by the panel
|
* - ESP_ERR_NOT_SUPPORTED if this function is not supported by the panel
|
||||||
*/
|
*/
|
||||||
esp_err_t (*disp_on_off)(esp_lcd_panel_t *panel, bool on_off);
|
esp_err_t (*disp_on_off)(esp_lcd_panel_t *panel, bool on_off);
|
||||||
|
|
||||||
|
void *user_data; /*!< User data, used to store externally customized data */
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
Reference in New Issue
Block a user