forked from espressif/esp-bsp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lcd_touch: Add pulbic for all touch components.
- Loading branch information
Showing
6 changed files
with
14 additions
and
7 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,7 +1,8 @@ | ||
version: "1.0.0" | ||
version: "1.0.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" | ||
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,7 +1,8 @@ | ||
version: "1.0.3" | ||
version: "1.0.4" | ||
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" | ||
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,7 +1,8 @@ | ||
version: "1.0.3" | ||
version: "1.0.4" | ||
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" | ||
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,7 +1,8 @@ | ||
version: "1.0.5" | ||
version: "1.0.6" | ||
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" | ||
public: true |
6 changes: 4 additions & 2 deletions
6
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,6 +1,8 @@ | ||
version: "1.0.3" | ||
version: "1.0.4" | ||
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: "^1.0" | ||
esp_lcd_touch: | ||
version: "^1.0" | ||
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,7 +1,8 @@ | ||
version: "1.0.5" | ||
version: "1.0.6" | ||
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" | ||
public: true |