lvgl: upgrade to 8.2.0 in examples

This commit is contained in:
morris
2022-02-11 15:32:44 +08:00
parent 3da0b2249b
commit e5afb4f933
8 changed files with 4 additions and 24 deletions

View File

@@ -2,8 +2,3 @@ cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(lcd_gc9a01)
# As the upstream LVGL library has build warnings in esp-idf build system, this is only for temporarily workaround
# Will remove this workaround when upstream LVGL fixes the warnings in the next release
idf_component_get_property(lvgl_lib lvgl__lvgl COMPONENT_LIB)
target_compile_options(${lvgl_lib} PRIVATE "-Wno-empty-body" "-Wno-strict-prototypes")

View File

@@ -1,3 +1,3 @@
dependencies:
idf: ">=4.4"
lvgl/lvgl: "~8.0.2"
lvgl/lvgl: "~8.2.0"

View File

@@ -2,8 +2,3 @@ cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(i2c_oled)
# As the upstream LVGL library has build warnings in esp-idf build system, this is only for temporarily workaround
# Will remove this workaround when upstream LVGL fixes the warnings in the next release
idf_component_get_property(lvgl_lib lvgl__lvgl COMPONENT_LIB)
target_compile_options(${lvgl_lib} PRIVATE "-Wno-empty-body" "-Wno-strict-prototypes")

View File

@@ -1,3 +1,3 @@
dependencies:
idf: ">=4.4"
lvgl/lvgl: "~8.0.2"
lvgl/lvgl: "~8.2.0"

View File

@@ -2,8 +2,3 @@ cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(i80_controller)
# As the upstream LVGL library has build warnings in esp-idf build system, this is only for temporarily workaround
# Will remove this workaround when upstream LVGL fixes the warnings in the next release
idf_component_get_property(lvgl_lib lvgl__lvgl COMPONENT_LIB)
target_compile_options(${lvgl_lib} PRIVATE "-Wno-empty-body" "-Wno-strict-prototypes")

View File

@@ -1,3 +1,3 @@
dependencies:
idf: ">=4.4"
lvgl/lvgl: "~8.0.2"
lvgl/lvgl: "~8.2.0"

View File

@@ -2,8 +2,3 @@ cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(rgb_panel)
# As the upstream LVGL library has build warnings in esp-idf build system, this is only for temporarily workaround
# Will remove this workaround when upstream LVGL fixes the warnings in the next release
idf_component_get_property(lvgl_lib lvgl__lvgl COMPONENT_LIB)
target_compile_options(${lvgl_lib} PRIVATE "-Wno-empty-body" "-Wno-strict-prototypes")

View File

@@ -1,3 +1,3 @@
dependencies:
idf: ">=4.4"
lvgl/lvgl: "~8.0.2"
lvgl/lvgl: "~8.2.0"