esp_lcd_panel_io_del() function
Destroy LCD panel IO handle (deinitialize panel and free all corresponding resource)
Arguments
io
LCD panel IO handle, which is created by factory API like `esp_lcd_new_panel_io_spi()`
Return value
- ESP_ERR_INVALID_ARG if parameter is invalid - ESP_OK on success