content : update esp32-s3-touch-lcd-1.54 touch scl_speed_hz

This commit is contained in:
shunian11
2026-05-21 09:54:25 +08:00
parent 9c0a27c8ba
commit f9cafc5261
@@ -136,6 +136,7 @@ private:
.disable_control_phase = 1,
},
};
tp_io_config.scl_speed_hz = 100000;
ESP_ERROR_CHECK(esp_lcd_new_panel_io_i2c(i2c_bus_, &tp_io_config, &tp_io_handle));
esp_lcd_touch_config_t tp_cfg = {