We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f1be5 commit 160ec13Copy full SHA for 160ec13
lib/lib_display/UDisplay/uDisplay_DSI_panel.cpp
@@ -43,7 +43,6 @@ DSIPanel::DSIPanel(const DSIPanelConfig& config)
43
esp_lcd_dsi_bus_config_t bus_config = {
44
.bus_id = 0,
45
.num_data_lanes = cfg.dsi_lanes,
46
- .phy_clk_src = MIPI_DSI_PHY_CLK_SRC_DEFAULT,
47
.lane_bit_rate_mbps = cfg.lane_speed_mbps
48
};
49
ret = esp_lcd_new_dsi_bus(&bus_config, &dsi_bus);
lib/lib_display/UDisplay/uDisplay_RGB_panel.cpp
@@ -9,8 +9,6 @@
9
#include <algorithm>
10
#include <rom/cache.h>
11
12
-extern int CACHE_WRITEBACK_ADDR(uint32_t addr, uint32_t size);
13
-
14
RGBPanel::RGBPanel(const esp_lcd_rgb_panel_config_t *config) {
15
ESP_ERROR_CHECK(esp_lcd_new_rgb_panel(config, &panel_handle));
16
ESP_ERROR_CHECK(esp_lcd_panel_reset(panel_handle));
0 commit comments