Function esp_idf_hal::sys::esp_lcd_new_panel_st7789
source ยท pub unsafe extern "C" fn esp_lcd_new_panel_st7789(
io: *mut esp_lcd_panel_io_t,
panel_dev_config: *const esp_lcd_panel_dev_config_t,
ret_panel: *mut *mut esp_lcd_panel_t,
) -> i32
Expand description
@brief Create LCD panel for model ST7789
@param[in] io LCD panel IO handle @param[in] panel_dev_config general panel device configuration @param[out] ret_panel Returned LCD panel handle @return - ESP_ERR_INVALID_ARG if parameter is invalid - ESP_ERR_NO_MEM if out of memory - ESP_OK on success