Skip to content

Commit

Permalink
lvgl: upgrade to release/v9.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Neo Xu <[email protected]>
  • Loading branch information
XuNeo authored and jerpelea committed Oct 25, 2024
1 parent 2ff75e3 commit 1506c6f
Show file tree
Hide file tree
Showing 4 changed files with 274 additions and 81 deletions.
46 changes: 0 additions & 46 deletions graphics/lvgl/0001-fix-demo-fix-compile-warning.patch

This file was deleted.

5 changes: 1 addition & 4 deletions graphics/lvgl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if(CONFIG_GRAPHICS_LVGL)
FetchContent_Declare(
lvgl_fetch
DOWNLOAD_DIR ${CMAKE_CURRENT_LIST_DIR}
URL "https://github.com/lvgl/lvgl/archive/refs/tags/v9.1.0.zip"
URL "https://github.com/lvgl/lvgl/archive/refs/tags/v9.2.1.zip"
SOURCE_DIR
${CMAKE_CURRENT_LIST_DIR}/lvgl
BINARY_DIR
Expand All @@ -42,9 +42,6 @@ if(CONFIG_GRAPHICS_LVGL)
""
TEST_COMMAND
""
PATCH_COMMAND
patch -p1 -s -d ${CMAKE_CURRENT_LIST_DIR}/lvgl <
${CMAKE_CURRENT_LIST_DIR}/0001-fix-demo-fix-compile-warning.patch
DOWNLOAD_NO_PROGRESS true
TIMEOUT 30)

Expand Down
Loading

0 comments on commit 1506c6f

Please sign in to comment.