From 273e163c2133c79bfb7ee1f757e34b3ad4304f24 Mon Sep 17 00:00:00 2001 From: ahmad <45739871+devprofile98@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:29:34 +0330 Subject: [PATCH 1/2] Wrong dependency version The add-dependency for esp_lcd_touch_gt911 installs a version that is incompatible with the provided usage example. esp_lcd_touch_io_gt911_config_t type is defined in version 1.1.1 so the 1.0.0 version is not compatible with the example. --- components/lcd_touch/esp_lcd_touch_gt911/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lcd_touch/esp_lcd_touch_gt911/README.md b/components/lcd_touch/esp_lcd_touch_gt911/README.md index 37b19890..820cb47a 100644 --- a/components/lcd_touch/esp_lcd_touch_gt911/README.md +++ b/components/lcd_touch/esp_lcd_touch_gt911/README.md @@ -13,7 +13,7 @@ Implementation of the GT911 touch controller with esp_lcd_touch component. Packages from this repository are uploaded to [Espressif's component service](https://components.espressif.com/). You can add them to your project via `idf.py add-dependancy`, e.g. ``` - idf.py add-dependency esp_lcd_touch_gt911==1.0.0 + idf.py add-dependency esp_lcd_touch_gt911==1.1.1 ``` Alternatively, you can create `idf_component.yml`. More is in [Espressif's documentation](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-component-manager.html). From 0e9e083811f455afeeab41603553fe1d8e6cb60e Mon Sep 17 00:00:00 2001 From: ahmad <45739871+devprofile98@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:10:55 +0000 Subject: [PATCH 2/2] change component version to 1.1.1~2 --- components/lcd_touch/esp_lcd_touch_gt911/idf_component.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lcd_touch/esp_lcd_touch_gt911/idf_component.yml b/components/lcd_touch/esp_lcd_touch_gt911/idf_component.yml index 46ed44f2..dcb957bb 100644 --- a/components/lcd_touch/esp_lcd_touch_gt911/idf_component.yml +++ b/components/lcd_touch/esp_lcd_touch_gt911/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.1.1~1" +version: "1.1.1~2" description: ESP LCD Touch GT911 - touch controller GT911 url: https://github.com/espressif/esp-bsp/tree/master/components/lcd_touch/esp_lcd_touch_gt911 dependencies: