Function esp_idf_hal::sys::esp_lcd_panel_disp_on_off
source ยท pub unsafe extern "C" fn esp_lcd_panel_disp_on_off(
panel: *mut esp_lcd_panel_t,
on_off: bool,
) -> i32
Expand description
@brief Turn on or off the display
@param[in] panel LCD panel handle, which is created by other factory API like esp_lcd_new_panel_st7789()
@param[in] on_off True to turns on display, False to turns off display
@return
- ESP_OK on success
- ESP_ERR_NOT_SUPPORTED if this function is not supported by the panel