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