-
Notifications
You must be signed in to change notification settings - Fork 8k
Description
Describe the bug
The demo stopped working in v4.1 on my mimxrt1060_evk@A board. In the new version I only get half a screen of random coloured pixels instead of the actual UI.
git bisecting yielded this commit as the culprit:
commit 54472522477bccf3dd4a17d913c0116ee7e318d8
Author: Fabian Blatz <[email protected]>
Date: Sun Jan 26 18:53:26 2025 +0100
west.yml: Sync LVGL module to 9.2.x
Update the west yaml to point to the new LVGL version.
Signed-off-by: Fabian Blatz <[email protected]>
west.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
This is already the second time that git bisect is not useful with LVGL problems because of this setup. 😭
This commit updates the LVGL repo from v9.2.0-346-g6decbb7f7 to v9.2.0-455-g1ed1ddd88. I skimmed the somewhat large diff but did not see an immediate culprit. Does anyone have an idea where I could start looking?
Regression
- This is a regression.
Steps to reproduce
west build -p -b mimxrt1060_evk@A/mimxrt1062/qspi --shield rk043fn02h_ct
samples/modules/lvgl/demos -- -DCONFIG_LV_Z_DEMO_WIDGETS=y
Relevant log output
Impact
Major – Severely degrades functionality; workaround is difficult or unavailable.
Environment
OS is Linux, Zephyr SDK 0.16.8
Additional Context
No response