Skip to content

Commit 264f938

Browse files
committed
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 - Includes support for new drawing backends (G2D, DMA2D, OPENGLES, PPA, EVE) - Includes new NuttX-specific features (mouse support, independent image heap) - Update documentation strings and configuration hierarchy Signed-off-by: rongyichang <[email protected]>
1 parent 8cb7dd0 commit 264f938

File tree

3 files changed

+533
-135
lines changed

3 files changed

+533
-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)