diff --git a/examples/peripherals/lcd/gc9a01/CMakeLists.txt b/examples/peripherals/lcd/gc9a01/CMakeLists.txt index 50065c74045..43af9216fc4 100644 --- a/examples/peripherals/lcd/gc9a01/CMakeLists.txt +++ b/examples/peripherals/lcd/gc9a01/CMakeLists.txt @@ -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") diff --git a/examples/peripherals/lcd/gc9a01/main/idf_component.yml b/examples/peripherals/lcd/gc9a01/main/idf_component.yml index eedaf75ade3..84e851db813 100644 --- a/examples/peripherals/lcd/gc9a01/main/idf_component.yml +++ b/examples/peripherals/lcd/gc9a01/main/idf_component.yml @@ -1,3 +1,3 @@ dependencies: idf: ">=4.4" - lvgl/lvgl: "~8.0.2" + lvgl/lvgl: "~8.2.0" diff --git a/examples/peripherals/lcd/i2c_oled/CMakeLists.txt b/examples/peripherals/lcd/i2c_oled/CMakeLists.txt index d1180c30fa4..3c9d9791916 100644 --- a/examples/peripherals/lcd/i2c_oled/CMakeLists.txt +++ b/examples/peripherals/lcd/i2c_oled/CMakeLists.txt @@ -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") diff --git a/examples/peripherals/lcd/i2c_oled/main/idf_component.yml b/examples/peripherals/lcd/i2c_oled/main/idf_component.yml index eedaf75ade3..84e851db813 100644 --- a/examples/peripherals/lcd/i2c_oled/main/idf_component.yml +++ b/examples/peripherals/lcd/i2c_oled/main/idf_component.yml @@ -1,3 +1,3 @@ dependencies: idf: ">=4.4" - lvgl/lvgl: "~8.0.2" + lvgl/lvgl: "~8.2.0" diff --git a/examples/peripherals/lcd/i80_controller/CMakeLists.txt b/examples/peripherals/lcd/i80_controller/CMakeLists.txt index 00a14efea65..a132259f6f8 100644 --- a/examples/peripherals/lcd/i80_controller/CMakeLists.txt +++ b/examples/peripherals/lcd/i80_controller/CMakeLists.txt @@ -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") diff --git a/examples/peripherals/lcd/i80_controller/main/idf_component.yml b/examples/peripherals/lcd/i80_controller/main/idf_component.yml index eedaf75ade3..84e851db813 100644 --- a/examples/peripherals/lcd/i80_controller/main/idf_component.yml +++ b/examples/peripherals/lcd/i80_controller/main/idf_component.yml @@ -1,3 +1,3 @@ dependencies: idf: ">=4.4" - lvgl/lvgl: "~8.0.2" + lvgl/lvgl: "~8.2.0" diff --git a/examples/peripherals/lcd/rgb_panel/CMakeLists.txt b/examples/peripherals/lcd/rgb_panel/CMakeLists.txt index 867e9f3eb4c..aa002ecfa1d 100644 --- a/examples/peripherals/lcd/rgb_panel/CMakeLists.txt +++ b/examples/peripherals/lcd/rgb_panel/CMakeLists.txt @@ -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") diff --git a/examples/peripherals/lcd/rgb_panel/main/idf_component.yml b/examples/peripherals/lcd/rgb_panel/main/idf_component.yml index eedaf75ade3..84e851db813 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.0.2" + lvgl/lvgl: "~8.2.0"