Skip to content

Commit 313f45e

Browse files
terry0012rongyichang
authored andcommitted
graphics/lvgl: Upgrade LVGL to v9.4.0
- Update CMakeLists.txt to use LVGL v9.4.0 - Update Kconfig with new v9.4.0 configuration options - Update Makefile with new LVGL version Signed-off-by: rongyichang <rongyichang@xiaomi.com>
1 parent 8cb7dd0 commit 313f45e

File tree

3 files changed

+537
-135
lines changed

3 files changed

+537
-135
lines changed

graphics/lvgl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if(CONFIG_GRAPHICS_LVGL)
3131
FetchContent_Declare(
3232
lvgl_fetch
3333
DOWNLOAD_DIR ${CMAKE_CURRENT_LIST_DIR}
34-
URL "https://github.com/lvgl/lvgl/archive/refs/tags/v9.2.1.zip" SOURCE_DIR
34+
URL "https://github.com/lvgl/lvgl/archive/refs/tags/v9.4.0.zip" SOURCE_DIR
3535
${CMAKE_CURRENT_LIST_DIR}/lvgl BINARY_DIR
3636
${CMAKE_BINARY_DIR}/apps/graphics/lvgl/lvgl
3737
DOWNLOAD_NO_PROGRESS true

0 commit comments

Comments
 (0)