From bac32e9c43dbfa3d2be72fce699d1516d3f60e71 Mon Sep 17 00:00:00 2001 From: laokaiyao Date: Fri, 30 Jun 2023 14:37:03 +0800 Subject: [PATCH] feat(example): bump up version of es8311 lvgl in the example --- .../peripherals/i2s/i2s_codec/i2s_es8311/main/idf_component.yml | 2 +- examples/peripherals/lcd/i2c_oled/main/idf_component.yml | 2 +- examples/peripherals/lcd/i80_controller/main/idf_component.yml | 2 +- examples/peripherals/lcd/rgb_panel/main/idf_component.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/peripherals/i2s/i2s_codec/i2s_es8311/main/idf_component.yml b/examples/peripherals/i2s/i2s_codec/i2s_es8311/main/idf_component.yml index 955dbb0b15..ca449b2d62 100644 --- a/examples/peripherals/i2s/i2s_codec/i2s_es8311/main/idf_component.yml +++ b/examples/peripherals/i2s/i2s_codec/i2s_es8311/main/idf_component.yml @@ -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: diff --git a/examples/peripherals/lcd/i2c_oled/main/idf_component.yml b/examples/peripherals/lcd/i2c_oled/main/idf_component.yml index 1a62a3f4e5..36e1e7a5e2 100644 --- a/examples/peripherals/lcd/i2c_oled/main/idf_component.yml +++ b/examples/peripherals/lcd/i2c_oled/main/idf_component.yml @@ -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" diff --git a/examples/peripherals/lcd/i80_controller/main/idf_component.yml b/examples/peripherals/lcd/i80_controller/main/idf_component.yml index 0681d417d0..feb5edc9c7 100644 --- a/examples/peripherals/lcd/i80_controller/main/idf_component.yml +++ b/examples/peripherals/lcd/i80_controller/main/idf_component.yml @@ -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" diff --git a/examples/peripherals/lcd/rgb_panel/main/idf_component.yml b/examples/peripherals/lcd/rgb_panel/main/idf_component.yml index 84e851db81..6d59bd0def 100644 --- a/examples/peripherals/lcd/rgb_panel/main/idf_component.yml +++ b/examples/peripherals/lcd/rgb_panel/main/idf_component.yml @@ -1,3 +1,3 @@ dependencies: idf: ">=4.4" - lvgl/lvgl: "~8.2.0" + lvgl/lvgl: "~8.3.0"