fix: Default configuration of GT911

This commit is contained in:
Y1hsiaochunnn
2026-03-31 10:10:12 +08:00
parent 4dc1a8c75f
commit a63f8bc08b
6 changed files with 13 additions and 7 deletions

View File

@ -179,7 +179,8 @@ private:
};
esp_lcd_panel_io_handle_t tp_io_handle = NULL;
esp_lcd_panel_io_i2c_config_t tp_io_config = {
.control_phase_bytes = 1,
.dev_addr = ESP_LCD_TOUCH_IO_I2C_GT911_ADDRESS,
.control_phase_bytes = 1,
.dc_bit_offset = 0,
.lcd_cmd_bits = 16,
.flags =