mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user