12#if defined(ARDUINO) && defined(ARDUINO_ESP32P4_DEV)
15#include "soc/soc_caps.h"
17#if SOC_MIPI_DSI_SUPPORTED
18#include "esp_lcd_panel_vendor.h"
28 unsigned int delay_ms;
29} hi8561_lcd_init_cmd_t;
38 const hi8561_lcd_init_cmd_t *init_cmds;
42 uint16_t init_cmds_size;
44 esp_lcd_dsi_bus_handle_t dsi_bus;
45 const esp_lcd_dpi_panel_config_t *dpi_config;
48} hi8561_vendor_config_t;
63esp_err_t esp_lcd_new_panel_hi8561(
const esp_lcd_panel_io_handle_t io,
const esp_lcd_panel_dev_config_t *panel_dev_config,
64 esp_lcd_panel_handle_t *ret_panel);