Skip to content

Commit

Permalink
lcd_touch: Add pulbic for all touch components.
Browse files Browse the repository at this point in the history
  • Loading branch information
espzav committed Feb 10, 2023
1 parent 00489a2 commit cc70418
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion components/lcd_touch/esp_lcd_touch_cst816s/idf_component.yml
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
3 changes: 2 additions & 1 deletion components/lcd_touch/esp_lcd_touch_ft5x06/idf_component.yml
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
3 changes: 2 additions & 1 deletion components/lcd_touch/esp_lcd_touch_gt1151/idf_component.yml
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
3 changes: 2 additions & 1 deletion components/lcd_touch/esp_lcd_touch_gt911/idf_component.yml
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 components/lcd_touch/esp_lcd_touch_stmpe610/idf_component.yml
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
3 changes: 2 additions & 1 deletion components/lcd_touch/esp_lcd_touch_tt21100/idf_component.yml
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

0 comments on commit cc70418

Please sign in to comment.