Skip to content

manifest: update LVGL to v8.3.7 #59656

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/lib/gui/lvgl/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ ZTEST(lvgl_screen, test_add_delete_screen)

zassert_equal_ptr(act_screen, new_screen, "New screen not active");

lv_obj_del(new_screen);

lv_scr_load(default_screen);

lv_obj_del(new_screen);

lv_task_handler();

act_screen = lv_scr_act();
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ manifest:
revision: ce57712f3e426bbbb13acaec97b45369f716f43a
path: modules/lib/loramac-node
- name: lvgl
revision: 7102083f626cda09e5792420ea60af0525cce9ae
revision: f7cf01d413aa9e76f376e25aa7b5c08dfdbc3c24
path: modules/lib/gui/lvgl
- name: lz4
revision: 8e303c264fc21c2116dc612658003a22e933124d
Expand Down