feat(lcd): add configurable timeout for lcd i2c panel

Closes https://github.com/espressif/esp-idf/issues/18542
Closes https://github.com/espressif/esp-idf/pull/18543
This commit is contained in:
Chen Chen
2026-05-12 15:01:03 +08:00
parent 852165c436
commit 1beddf49cf
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);