Function esp_idf_sys::esp_lcd_panel_init
source ยท pub unsafe extern "C" fn esp_lcd_panel_init(
panel: esp_lcd_panel_handle_t,
) -> esp_err_t
Expand description
@brief Initialize LCD panel
@note Before calling this function, make sure the LCD panel has finished the reset
stage by esp_lcd_panel_reset()
.
@param[in] panel LCD panel handle, which is created by other factory API like esp_lcd_new_panel_st7789()
@return
- ESP_OK on success