From e5afb4f933e491fcb3983f0588bf7e83c9d6073f Mon Sep 17 00:00:00 2001 From: morris Date: Fri, 11 Feb 2022 15:32:44 +0800 Subject: [PATCH] lvgl: upgrade to 8.2.0 in examples --- examples/peripherals/lcd/gc9a01/CMakeLists.txt | 5 ----- examples/peripherals/lcd/gc9a01/main/idf_component.yml | 2 +- examples/peripherals/lcd/i2c_oled/CMakeLists.txt | 5 ----- examples/peripherals/lcd/i2c_oled/main/idf_component.yml | 2 +- examples/peripherals/lcd/i80_controller/CMakeLists.txt | 5 ----- .../peripherals/lcd/i80_controller/main/idf_component.yml | 2 +- examples/peripherals/lcd/rgb_panel/CMakeLists.txt | 5 ----- examples/peripherals/lcd/rgb_panel/main/idf_component.yml | 2 +- 8 files changed, 4 insertions(+), 24 deletions(-) diff --git a/examples/peripherals/lcd/gc9a01/CMakeLists.txt b/examples/peripherals/lcd/gc9a01/CMakeLists.txt index 50065c7404..43af9216fc 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 eedaf75ade..84e851db81 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 d1180c30fa..3c9d979191 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 eedaf75ade..84e851db81 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 00a14efea6..a132259f6f 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 eedaf75ade..84e851db81 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 867e9f3eb4..aa002ecfa1 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 eedaf75ade..84e851db81 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"