mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(example): bump up version of es8311 lvgl in the example
This commit is contained in:
parent
f963c7c009
commit
bac32e9c43
@ -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:
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -1,3 +1,3 @@
|
||||
dependencies:
|
||||
idf: ">=4.4"
|
||||
lvgl/lvgl: "~8.2.0"
|
||||
lvgl/lvgl: "~8.3.0"
|
||||
|
Loading…
Reference in New Issue
Block a user