Skip to content

Commit

Permalink
feat(example): bump up version of es8311 lvgl in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
L-KAYA authored and suda-morris committed Jul 3, 2023
1 parent f963c7c commit bac32e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:

# After enabling Board Support Packages support in menuconfig, you can pick you specific BSP here
espressif/esp-box:
version: "2.3.3" # TODO: IDFCI-1678
version: "^2.4.2"
rules:
- if: "target in [esp32s3]"
#espressif/esp32_s2_kaluga_kit:
Expand Down
2 changes: 1 addition & 1 deletion examples/peripherals/lcd/i2c_oled/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
idf: ">=4.4"
lvgl/lvgl: "~8.2.0"
lvgl/lvgl: "~8.3.0"
esp_lcd_sh1107: "^1"
esp_lvgl_port: "^1"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
idf: ">=4.4"
lvgl/lvgl: "~8.2.0"
lvgl/lvgl: "~8.3.0"
esp_lcd_touch_gt911: "^1.0"
esp_lcd_touch_tt21100: "^1.0"
esp_lcd_touch_ft5x06: "^1.0"
2 changes: 1 addition & 1 deletion examples/peripherals/lcd/rgb_panel/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies:
idf: ">=4.4"
lvgl/lvgl: "~8.2.0"
lvgl/lvgl: "~8.3.0"

0 comments on commit bac32e9

Please sign in to comment.