pub unsafe extern "C" fn esp_lcd_panel_invert_color(
    panel: *mut esp_lcd_panel_t,
    invert_color_data: bool
) -> i32
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