-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
esp_lcd_touch: Fixed minimum required esp_lcd_touch version.
- Loading branch information
Showing
6 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
version: "1.0.2" | ||
version: "1.0.2~1" | ||
description: ESP LCD Touch CST816S - touch controller CST816S | ||
url: https://github.com/espressif/esp-bsp/tree/master/components/lcd_touch/esp_lcd_touch_cst816s | ||
dependencies: | ||
idf: ">=4.4.2" | ||
esp_lcd_touch: | ||
version: "^1.0" | ||
version: "^1.0.4" | ||
public: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
version: "1.0.5" | ||
version: "1.0.5~1" | ||
description: ESP LCD Touch FT5x06 - touch controller FT5x06 | ||
url: https://github.com/espressif/esp-bsp/tree/master/components/lcd_touch/esp_lcd_touch_ft5x06 | ||
dependencies: | ||
idf: ">=4.4.2" | ||
esp_lcd_touch: | ||
version: "^1.0" | ||
version: "^1.0.4" | ||
public: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
version: "1.0.5" | ||
version: "1.0.5~1" | ||
description: ESP LCD Touch GT1151 - touch controller GT1151 | ||
url: https://github.com/espressif/esp-bsp/tree/master/components/lcd_touch/esp_lcd_touch_gt1151 | ||
dependencies: | ||
idf: ">=4.4.2" | ||
esp_lcd_touch: | ||
version: "^1.0" | ||
version: "^1.0.4" | ||
public: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
version: "1.0.7" | ||
version: "1.0.7~1" | ||
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: | ||
idf: ">=4.4.2" | ||
esp_lcd_touch: | ||
version: "^1.0" | ||
version: "^1.0.4" | ||
public: true |
4 changes: 2 additions & 2 deletions
4
components/lcd_touch/esp_lcd_touch_stmpe610/idf_component.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
version: "1.0.5" | ||
version: "1.0.5~1" | ||
description: ESP LCD Touch STMPE610 - touch controller STMPE610 | ||
url: https://github.com/espressif/esp-bsp/tree/master/components/esp_lcd_touch_stmpe610 | ||
dependencies: | ||
idf: ">=5.0" | ||
esp_lcd_touch: | ||
version: "^1.0" | ||
version: "^1.0.4" | ||
public: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
version: "1.0.7" | ||
version: "1.0.7~1" | ||
description: ESP LCD Touch TT21100 - touch controller TT21100 | ||
url: https://github.com/espressif/esp-bsp/tree/master/components/lcd_touch/esp_lcd_touch_tt21100 | ||
dependencies: | ||
idf: ">=4.4.2" | ||
esp_lcd_touch: | ||
version: "^1.0" | ||
version: "^1.0.4" | ||
public: true |