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). 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: