Function esp_idf_hal::sys::esp_lcd_panel_reset
source ยท pub unsafe extern "C" fn esp_lcd_panel_reset(
panel: *mut esp_lcd_panel_t,
) -> i32
Expand description
@brief Reset LCD panel
@note Panel reset must be called before attempting to initialize the panel using esp_lcd_panel_init()
.
@param[in] panel LCD panel handle, which is created by other factory API like esp_lcd_new_panel_st7789()
@return
- ESP_OK on success