Function esp_idf_sys::esp_lcd_panel_invert_color
source ยท pub unsafe extern "C" fn esp_lcd_panel_invert_color(
panel: esp_lcd_panel_handle_t,
invert_color_data: bool,
) -> esp_err_t
Expand description
@brief Invert the color (bit-wise invert the color data line)
@param[in] panel LCD panel handle, which is created by other factory API like esp_lcd_new_panel_st7789()
@param[in] invert_color_data Whether to invert the color data
@return
- ESP_OK on success