Skip to content

Commit

Permalink
Merge branch 'feature/esp_lcd_panel_add_data_and_type_v5.1' into 'rel…
Browse files Browse the repository at this point in the history
…ease/v5.1'

feat(esp_lcd): add user data and init cmd (v5.1)

See merge request espressif/esp-idf!25721
  • Loading branch information
suda-morris committed Sep 5, 2023
2 parents 0954c0a + 559df96 commit 1efe80a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/esp_lcd/interface/esp_lcd_panel_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ struct esp_lcd_panel_t {
* - 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);

void *user_data; /*!< User data, used to store externally customized data */
};

#ifdef __cplusplus
Expand Down

0 comments on commit 1efe80a

Please sign in to comment.