mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
feat(isp): support Crop driver on p4 rev3
Add support for crop driver on p4eco5 and update example in `isp/multi_pipelines`
This commit is contained in:
@@ -329,7 +329,7 @@ void app_main(void)
|
||||
ESP_ERROR_CHECK(esp_ldo_acquire_channel(&ldo_mipi_phy_config, &ldo_mipi_phy));
|
||||
|
||||
//---------------DSI Init------------------//
|
||||
example_dsi_resource_alloc(&mipi_dsi_bus, &mipi_dbi_io, &mipi_dpi_panel, NULL);
|
||||
example_dsi_resource_alloc(NULL, &mipi_dsi_bus, &mipi_dbi_io, &mipi_dpi_panel, NULL, NULL);
|
||||
example_dpi_panel_reset(mipi_dpi_panel);
|
||||
example_dpi_panel_init(mipi_dpi_panel);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user