esp_lcd_panel_io_register_event_callbacks() function
Register LCD panel IO callbacks
Arguments
io
LCD panel IO handle, which is created by factory API like `esp_lcd_new_panel_io_spi()`
cbs
structure with all LCD panel IO callbacks
user_ctx
User private data, passed directly to callback's user_ctx
Return value
- ESP_ERR_INVALID_ARG if parameter is invalid - ESP_OK on success
Examples
esp_lcd_panel_io_register_event_callbacks() is referenced by 3 libraries and example projects: