Merge branch 'feat/lcd_i2c_use_configurable_timeout_v5.4' into 'release/v5.4'

feat(lcd): add configurable timeout for lcd i2c panel (v5.4)

See merge request espressif/esp-idf!48665
This commit is contained in:
morris
2026-05-28 11:38:04 +08:00
8 changed files with 15 additions and 4 deletions

View File

@@ -73,6 +73,7 @@ void test_i2c_lcd_apis(void)
.disable_control_phase = false,
},
.scl_speed_hz = 10 * 1000,
.transaction_timeout_ms = 0,
};
esp_lcd_new_panel_io_i2c(bus_handle, &io_config, &io_handle);