Skip to content

Commit d57beac

Browse files
Merge pull request #21 from Y1hsiaochunnn/master
Update components to address compatibility issues
2 parents e2221b5 + ddf4a0d commit d57beac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

display/lcd/esp_lcd_ili9881c/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.0.1"
1+
version: "1.0.2"
22
targets:
33
- esp32p4
44
description: "Waveshare 7-DSI-TOUCH-A driver"

display/lcd/esp_lcd_ili9881c/include/esp_lcd_ili9881c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ esp_err_t esp_lcd_new_panel_ili9881c(const esp_lcd_panel_io_handle_t io, const e
9999
* @param[in] px_format Pixel format of the panel
100100
*
101101
*/
102-
#define ILI9881C_800_1280_PANEL_60HZ_DPI_CONFIG(px_format) \
102+
#define ILI9881C_720_1280_PANEL_60HZ_DPI_CONFIG(px_format) \
103103
{ \
104104
.dpi_clk_src = MIPI_DSI_DPI_CLK_SRC_DEFAULT, \
105105
.dpi_clock_freq_mhz = 80, \

0 commit comments

Comments
 (0)